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

https://github.com/mayank-0407/daily_do


https://github.com/mayank-0407/daily_do

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Django TODO App
This is a simple TODO application built using the Django web framework. The app allows users to create, manage, and track their daily tasks. It provides a user-friendly interface where users can add, edit, and delete tasks, as well as mark them as completed.

# Features
User Registration: Users can create an account to access the application.
Task Creation: Users can add new tasks with a title, description, and due date.
Task Management: Users can view, edit, and delete their tasks.
Task Status: Users can mark tasks as completed or pending.
Filtering and Sorting: Users can filter tasks based on their status (completed/pending) and sort them by title or due date.
User Authentication: The app uses Django's built-in authentication system to securely manage user sessions and protect user data.