Skip to content

patelsmuseum/to-do-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO APP

A simple Todo Web App made using Node.js Express

How to use

  • Get NodeJs on your System.
  • Clone this repository
  • Open in terminal/cmd
  • Do npm install
  • Go to Web Browser and [hit https://localhost:8000](hit https://localhost:8000)

Specification

  • You can add task (with priority ,due-date and category tags)
  • All the Tasks are stored and fetched from MongoDB
  • You can delete single/multiple tasks by selecting them via chekboxes

Made Using

  • Node js
  • Express
  • MongoDB

Screenshots

s1

s2

Releases

No releases published

Packages

No packages published