A simple and user-friendly ToDo Application built with React to help manage your daily tasks efficiently. 🚀
- Add new tasks easily.
- Mark tasks as completed with a checkbox ✅.
- Strike through completed tasks dynamically.
- Remove tasks from the list.
- Clean and responsive user interface.
Follow these steps to set up the app locally:
- Node.js and npm installed on your machine.
- Basic understanding of React.
- Clone the repository:
git clone https://github.com/Subhabrata0010/ToDo-app.git
- Navigate to the project directory:
cd ToDo-app
- Install dependencies:
npm install
- Run file:
npm run dev
- /src: Contains the core application code.
- /components: Reusable React components.
- /styles: CSS files for styling.
- Add a due date for tasks.
- Implement drag-and-drop for task reordering.
- Save tasks to local storage or a database.
Contributions are welcome! Feel free to fork the repository and submit a pull request.