/TODO_List

To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.

Primary LanguagePython

TODO_List

To Do list app with User Registration, Login, Search and full Create Read Update and DELETE functionality.

Admin Credentials:

ID: user123 Password: user123

1 - Registration Page is fully working, only if user is registered they can use the application 2 - Logged in users can only see their own content, users cannot see other user's content 3 - CRUD operations are implemented in this application 4 - All the pages are handled through templating 5 - This application uses SQL Lite

Login Page:

Login_Page

Register Page:

Register_Page

Task Page:

Task_Page

Add/Update Page:

Add Update_Task_Page

Delete Page:

Delete_Task_Page