Skip to content

Cyber-Dome/ToDo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Django ToDo App

Python Django Bootstrap Stars Forks Last Commit Repo Size


📝 Overview

A clean and responsive ToDo web application built using Django and Bootstrap.
Manage your daily tasks with a simple and modern interface.


✨ Features

  • ➕ Add tasks
  • ✏️ Edit tasks
  • ❌ Delete tasks
  • ✅ Mark tasks as complete
  • 🔄 Mark tasks as undone
  • 📅 Dynamic date display
  • 📱 Responsive UI

🛠 Tech Stack

  • Backend: Django (Python)
  • Frontend: HTML, CSS, Bootstrap
  • Database: SQLite
  • Icons: Font Awesome

📸 Preview

image
![App Screenshot](screenshot.png)

⚙️ Installation

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 runserver

🎯 Purpose

This project demonstrates:

  • Django CRUD operations
  • Clean UI design using Bootstrap
  • Full-stack development basics

👨‍💻 Author

Amal Aji


⭐ Support

If you like this project, give it a ⭐ on GitHub!


🚀 Future Improvements

  • Dark mode 🌙
  • Task categories 🗂️
  • User authentication 🔐
  • AJAX (no page reload) ⚡
  • Live deployment 🌍

About

A clean and responsive Django ToDo App built with Bootstrap. Manage daily tasks with features like add, edit, delete, and mark as complete. Designed to demonstrate Django CRUD operations with a modern UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors