Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thasup/ejs-to-do-list

To-do list web application for learning how to implement an EJS template to run JavaScript in HTML powered by Node.js and connect to MongoDB database.
https://github.com/thasup/ejs-to-do-list

css ejs express heroku html javascript mongodb mongoose nodejs

Last synced: 6 days ago
JSON representation

To-do list web application for learning how to implement an EJS template to run JavaScript in HTML powered by Node.js and connect to MongoDB database.

Awesome Lists containing this project

README

        

# To Do List
To-do list web application for learning how to implement an **EJS** template to run JavaScript in HTML powered by **Node.js** and connect to **MongoDB** database.

[To Do List Link](https://thasup-to-do-list.herokuapp.com/)

# Table of contents

- [To Do List](#to-do-list)
- [Table of contents](#table-of-contents)
- [Features](#features)
- [Install](#install)
- [Languages](#languages)
- [Technology](#technology)

# Features
[(Back to top)](#table-of-contents)

- Add new task on your To-Do-List
- Delete task on your To-Do-List
- Create your custom list on To-Do-List

# Install
[(Back to top)](#table-of-contents)

1. clone this git on your computer
2. install [Node.js](https://nodejs.org/en/)
3. run command `npm install` on terminal
4. run command `npm start` on terminal
5. go to `http://localhost:3000/`
6. happy!

# Languages
[(Back to top)](#table-of-contents)

- HTML
- CSS
- Javascript
- EJS

# Technology
[(Back to top)](#table-of-contents)

- HTML
- CSS
- Javascript
- Bootstrap
- EJS
- Node.js
- Express.js
- Heroku
- MongoDB
- Mongoose