Skip to content

This To-Do List web-app offers a streamlined and efficient way to manage tasks by creating to-do items which will be stored in the MONGO-DB Atlas Database.

Notifications You must be signed in to change notification settings

Mk4Levi/MK-ToDo-List

Repository files navigation

To-Do-List Web App

=> This To-Do List web-app offers a streamlined and efficient way to manage tasks by creating to-do items which will be stored in the MONGO-DB Atlas Database.

Getting Started

  1. To get started with this project, you will need to have Node.js and NPM installed on your system.

  2. First, you need to open a Terminal in your system and Clone this repository by using :

git clone https://github.com/Mk4Levi/MK-ToDo-List.git
  1. Navigate to the Project's directory :
cd MK-ToDo-List
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
npm run dev
  1. Now just search this in your browser to view the live running application in your Local sysytem :
http://localhost:3000

Paths & Files

Structure of the Folders & Files in this Repo :

.
├── public
│     └──images
|     └──css
├── views
│      └──about.ejs
|      └──footer.ejs
│      └──header.ejs
|      └──list.ejs
├── app.js
├── date.js
├── index.html
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── package-lock.json
├── package.json
├── README.md

Thank You

About

This To-Do List web-app offers a streamlined and efficient way to manage tasks by creating to-do items which will be stored in the MONGO-DB Atlas Database.

Topics

Resources

Stars

Watchers

Forks