Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mk4levi/mk-todo-list

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.
https://github.com/mk4levi/mk-todo-list

css3 ejs expressjs html5 javascript json mongodb mongoose

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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.

## Website Link => https://manthan-todolist-app.onrender.com

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 :

```bash
git clone https://github.com/Mk4Levi/MK-ToDo-List.git
```

3. Navigate to the Project's directory :

```bash
cd MK-ToDo-List
```

4. Install all Dependencies used in this Project :

```bash
npm install
```

5. Finally, host it on local server :

```bash
npm run dev
```

6. Now just search this in your browser to view the live running application in your Local sysytem :

```bash
http://localhost:3000
```

Paths & Files

### Structure of the Folders & Files in this Repo :

```text
.
├── 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