Skip to content

cypriluc/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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