A clean and responsive ToDo web application built using Django and Bootstrap.
Manage your daily tasks with a simple and modern interface.
- ➕ Add tasks
- ✏️ Edit tasks
- ❌ Delete tasks
- ✅ Mark tasks as complete
- 🔄 Mark tasks as undone
- 📅 Dynamic date display
- 📱 Responsive UI
- Backend: Django (Python)
- Frontend: HTML, CSS, Bootstrap
- Database: SQLite
- Icons: Font Awesome
git clone https://github.com/Cyber-Dome/ToDo-App.git
cd ToDo-App
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserverThis project demonstrates:
- Django CRUD operations
- Clean UI design using Bootstrap
- Full-stack development basics
Amal Aji
- 🌐 Blog: https://domebytes.blogspot.com
- 💻 GitHub: https://github.com/Cyber-Dome
If you like this project, give it a ⭐ on GitHub!
- Dark mode 🌙
- Task categories 🗂️
- User authentication 🔐
- AJAX (no page reload) ⚡
- Live deployment 🌍