An open API service indexing awesome lists of open source software.

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

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
![s1](https://github.com/patelsmuseum/to-do-nodejs/assets/109903063/c222977b-1f94-42ad-81c0-a8c82986fdcf)

![s2](https://github.com/patelsmuseum/to-do-nodejs/assets/109903063/777a60ad-9ca1-439c-8494-196f532f5a84)