An open API service indexing awesome lists of open source software.

https://github.com/samarthmule/todo_project

A simple and user-friendly To-Do app built using the Django framework. This application allows users to register, log in, and manage their tasks effectively, including adding, editing, marking as complete, and deleting tasks. It also features user authentication and a responsive interface powered by Bootstrap.
https://github.com/samarthmule/todo_project

bootstrap django django-application django-project python python-app todo todo-app todolist

Last synced: 4 days ago
JSON representation

A simple and user-friendly To-Do app built using the Django framework. This application allows users to register, log in, and manage their tasks effectively, including adding, editing, marking as complete, and deleting tasks. It also features user authentication and a responsive interface powered by Bootstrap.

Awesome Lists containing this project

README

        

# **Django To-Do Application**

A simple and user-friendly To-Do app built using the Django framework. This application allows users to register, log in, and manage their tasks effectively, including adding, editing, marking as complete, and deleting tasks. It also features user authentication and a responsive interface powered by Bootstrap.

---

## **Features**
- **User Authentication**: Secure registration and login/logout functionality.
- **Task Management**: Create, edit, mark as complete/incomplete, and delete tasks.
- **Responsive Design**: Bootstrap-powered interface for mobile, tablet, and desktop views.
- **User-Specific Tasks**: Each user can only view and manage their own tasks.

---

## **Technologies Used**
- **Backend**: Django 5.1.4
- **Frontend**: HTML, CSS, Bootstrap
- **Database**: SQLite3
- **Other Dependencies**: Python, Django forms

---