Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 662 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 662 Bytes

Simple list of things to do.

With this app you can simply add/remove/save things that you want to do later. Because app is using database, items added to the list will be saved for future.

This web application was created using HTML, CSS, JavaScript, Node, Express, EJS, MongoDB and deploy with render.com

Click here for live version of the app

Print screen of toDoList webpage

HOW TO USE THIS APP

  • download repository to your local machine
  • you need to have MongoDB installed and set up your link in app.js

-run command npm install

-run command npm run start