A minimalistic to-do list application to help you stay organized and manage your tasks efficiently.
- Add tasks with a title and optional description.
- Mark tasks as completed.
- Delete tasks you don't need.
- Clear all completed tasks.
- Responsive design for a smooth experience on various devices.
Make sure you have Node.js(https://nodejs.org/) installed.
-
Clone the repository:
→ cd todo-list
→ npm install
→ npm start
Contributing Contributions are welcome! Feel free to open issues and pull requests.
License This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments Inspired by the need for a simple and effective to-do list. Thanks to React for making the development process enjoyable.