Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1020 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 1020 Bytes

This Todo App is based on Authentication by bcrypt module and uses MongoDB to store List of Todos.

Status: #f03c15 Offline

Usage

Just Login to Todo App by visiting Todo-App

Add Your Daily Todo List!! Thats all!

And Don't Forget To Close the window After Logging Out.

Code Implementation

Once You login with your credentials, if you are:

  • New User : Creates a new user data with empty list and adds to database and logs you in.
  • Existing User : Checks the credentials entered by you and logs you in if the credentials match and shows the Username already exists message if the username exists in database.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.