Hey there! 👋
This is a simple yet powerful To-Do web application I built using Django.
It helps users stay organized by adding, editing, and managing daily tasks — all in a clean blue-and-white themed interface.
- 🧍 Create your own account (Register/Login)
- ✅ Add new tasks easily
- 🕓 Edit or delete tasks anytime
- 🎯 Mark tasks as completed
- 🔒 Each user gets their own private to-do list
- 💻 Clean and responsive interface — works beautifully on desktop and mobile
I wanted to create something simple but useful — a productivity app that looks good, feels smooth, and helps people get things done.
It also gave me hands-on experience with Django’s authentication system, models, and templates.
| Layer | Tools Used |
|---|---|
| Backend | Django (Python) |
| Frontend | HTML, CSS, Bootstrap |
| Database | SQLite (default) |
| Version Control | Git & GitHub |
If you’d like to try it out yourself, here’s how 👇
git clone https://github.com/kevinmanjiladev/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 runserver
