A responsive and theme-switchable ToDo App built with React and Vite, styled using Bootstrap 5.
It allows users to add, complete, delete, and organize tasks efficiently in dark or light mode.
- ✅ Add and track tasks easily
- 🌙 Toggle between Light and Dark mode
- ✅ Separate views for Active, Completed, and Deleted tasks
- ⚡ Powered by Vite for blazing-fast dev experience
- 🎨 Styled with Bootstrap 5
- React
- Vite
- React Bootstrap
- ESLint (basic rules)
- JavaScript (ES6+)
git clone https://github.com/rahulmd03/todo-react-app.git
cd todo-react-appnpm installnpm run devThen open your browser and go to:
http://localhost:5173
