https://github.com/mayank-0407/daily_do
https://github.com/mayank-0407/daily_do
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mayank-0407/daily_do
- Owner: mayank-0407
- Created: 2023-06-18T10:57:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T17:12:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T18:46:24.545Z (4 months ago)
- Language: HTML
- Size: 80.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.