Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)