This is a simple Todo List project built with React, featuring the ability to add, edit, and delete tasks. Additionally, it provides functionality to differentiate between finished and non-finished todos.
https://amank04.github.io/todoProject/
- Add Tasks: Easily add new tasks to your to-do list.
- Edit Tasks: Modify existing tasks to update their details.
- Delete Tasks: Remove tasks you no longer need.
- Mark as Finished: Keep track of completed tasks.
- Show Finished and Non-finished Todos: Quickly distinguish between tasks that are completed and those that are still pending.
-
Clone the repository to your local machine:
git clone https://github.com/your-username/react-todo-list.git
-
Navigate to the project directory:
cd todoProject -
Install dependencies
npm install
-
Start the development server:
npm start
-
Open your browser and go to http://localhost:3000 to view the application.
-
Begin managing your todos with the provided features.
##Contributing
Contributions are welcome! If you have any improvements or new features to suggest, please open an issue or submit a pull request.