Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhay-kanwasi/todolist
To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.
https://github.com/abhay-kanwasi/todolist
class-based-views django fresher python3 user-authentication
Last synced: about 1 month ago
JSON representation
To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.
- Host: GitHub
- URL: https://github.com/abhay-kanwasi/todolist
- Owner: Abhay-Kanwasi
- Created: 2023-09-01T16:10:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T08:37:46.000Z (over 1 year ago)
- Last Synced: 2023-09-05T00:21:05.016Z (over 1 year ago)
- Topics: class-based-views, django, fresher, python3, user-authentication
- Language: Python
- Homepage:
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TO DO LIST WITH USER AUTHENTICATION
To Do list app in django with following features :
- User Registration
- Login
- Search
- CRUD functionality### Login Page
![DEMO](https://github.com/Abhay-Kanwasi/ToDoList/blob/master/Project%20Demo/login%20page%20TDL.jpg)
### Register Page
![DEMO](https://github.com/Abhay-Kanwasi/ToDoList/blob/master/Project%20Demo/register%20page%20TDL.jpg)
### Task Create Form
![DEMO](https://github.com/Abhay-Kanwasi/ToDoList/blob/master/Project%20Demo/task%20creation%20TDL.jpg)
### Tasks
![DEMO](https://github.com/Abhay-Kanwasi/ToDoList/blob/master/Project%20Demo/tasks%20DTL.jpg)