This is a simple Todo List application built with React. It allows users to add, remove, and mark tasks as completed. The application is designed to be a straightforward and user-friendly way to manage your daily tasks. Hosted link: Github Pages
- Add new tasks
- Mark tasks as completed
- Remove tasks
- Persist tasks in local storage
- React
- CSS
To get a local copy of the project up and running, follow these simple steps.
Make sure you have Node.js and npm installed on your local machine. You can download them from Node.js.
- Clone the repository
git clone https://github.com/yourusername/todo-list.git
- Navigate to the project directory
cd todo-list
- Install the dependencies
npm install
To start the application, run:
npm start