Skip to content

parajshah/to_do_list_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personalised ToDo List Using Flask (Python)

This is a toDo list Web Application that allows the user to easily create new tasks, modify them, mark them as complete or delete them after they are done.

It also provides login facility for each user chosen by them while registering for the first time. The data is stored in an sqlite database and where each user has to choose a unique email and a unique username while registering.

Note: This app is still in the development stage and may have potential bugs. Feel free to contact me if you find any!

Requirements

All required modules can be downloaded using PIP

  1. Flask
  2. Flask-sqlalchemy
  3. Flask-login

Home Page

homePage

Registeration Page

registerationPage

Registeration Page with sample user details

fakeRegisteration

Login Page

loginPage

ToDo List Home Page

toDoListHomePageNoTasks

ToDo List with tasks added

toDoListHomePageAdded2Tasks

ToDo List with one task completed and one incomplete

toDoListHomePageCompleted1Task

Modification of Task Page

modifyTaskPage

ToDo List Home Page after task modified

taskAfterModification

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published