Skip to content

sid637/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo_app

A simple TODO list web APP

HOWTO USE

  1. Install NodeJs (nodejs.org).
  2. Fork, Clone and open this repository in a terminal/command prompt.
  3. Execute npm install.
  4. Execute npm start.
  5. Open your preferred web browser and go to https://localhost:2000

Features/Functionalities

  1. Adding a Task.
  2. Deleting a Task. (Delete multiple tasks at once).
  3. All the tasks are saved to the database (MongoDB, Mongoose is used for databases).

Screeshots

screenshot

Releases

No releases published

Packages

No packages published