Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 472 Bytes

ToDo List

EJS basics training

Using EJS template for ToDo List, where new items can be added and checked as done, showing the current date.

install Node Modules

npm install

run app at localhost:3000

node app.js

todo

Tutorial by The Complete 2020 Web Development Bootcamp