https://github.com/patelsmuseum/to-do-nodejs
https://github.com/patelsmuseum/to-do-nodejs
backend express fullstack-developer mongodb node-js
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patelsmuseum/to-do-nodejs
- Owner: patelsmuseum
- Created: 2023-07-18T09:30:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T10:19:33.000Z (over 2 years ago)
- Last Synced: 2023-07-18T10:39:12.920Z (over 2 years ago)
- Topics: backend, express, fullstack-developer, mongodb, node-js
- Language: EJS
- Homepage:
- Size: 3.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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

