A clean, feature-rich Todo application built with React and JavaScript — with theme switching, real-time clock, search, and smart filtering.
🔗 Live Demo: todoapp-abdul.netlify.app
- ➕ Add and remove todos
- ✔️ Mark todos as complete or incomplete
- 🔍 Search through your todos instantly
- 🔽 Filter by complete / incomplete
- 🌙 Day / Night theme toggle
- 🕐 Real-time date and clock
- 🔔 Toast notifications
- React — UI library
- React-Toastify — notifications
- React Icons — icon library
- Bootstrap — styling
- Node.js installed
# Clone the repository
git clone https://github.com/masterabdullah95/todo-app.git
# Navigate into the project
cd todo-app
# Install dependencies
npm install
# Start the development server
npm run devThen open http://localhost:3000 in your browser.
This project is open source and available under the MIT License.