Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mk4levi/mk-todo-list
- Owner: Mk4Levi
- Created: 2023-03-27T13:26:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T20:47:11.000Z (4 months ago)
- Last Synced: 2024-10-07T09:23:29.287Z (3 months ago)
- Topics: css3, ejs, expressjs, html5, javascript, json, mongodb, mongoose
- Language: JavaScript
- Homepage: https://manthan-todolist-app.onrender.com
- Size: 3.19 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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