A modern and responsive To-Do List application built with React.js. It helps users organize their daily tasks by allowing them to add, complete, delete, and clear tasks through a clean and intuitive user interface.
🌐 Website: https://to-do-app-rouge-seven-41.vercel.app/
- ➕ Add new tasks
- ✅ Mark tasks as completed
- ❌ Delete individual tasks
- 🗑️ Clear all tasks with one click
- 📱 Fully responsive design
- ⚡ Fast and lightweight React application
- 🎨 Clean and modern user interface
To-do-App/
│── public/
│ └── preview.jpg
│── src/
│ ├── components/
│ ├── App.js
│ ├── index.js
│ └── ...
│── package.json
└── README.md
git clone https://github.com/Shravan-025/To-do-App.gitcd To-do-Appnpm installnpm startRuns the app in development mode.
Open http://localhost:3000 in your browser to view it.
npm run buildCreates an optimized production build in the build/ folder.
- 📅 Add due dates
- 🌙 Dark mode
- 🔍 Search and filter tasks
- 🏷️ Task categories
- 💾 Persistent storage (Local Storage / Database)
- 👤 User authentication
Shravan Patel
- GitHub: https://github.com/Shravan-025
- LinkedIn: https://www.linkedin.com/in/shravan-patel-b02546325
If you found this project helpful, consider giving it a ⭐ Star on GitHub!
It motivates me to build more open-source projects.
Made with ❤️ by Shravan Patel
