Skip to content

A Simple Todo App based on Authentication and MongoDB implemented in NodeJs

License

Notifications You must be signed in to change notification settings

YuvarajSingh-0/todoo-web-app

Repository files navigation

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.