/todolist-v1

todolist app with ejs and express

Primary LanguageCSS

todolist-v1

todolist app made using EJS and express

Deployed App

Click the link to visit the App

Instructions

To build the app

$ npm i

and then use

node app.js 

OR

nodemon app.js 

to run the app

What I Learnt

  • Implementing EJS to make dynamic webpages
  • Templating Using EJS
  • Passing Data to and from server to our EJS templat

Tasks to do:

  • Learning how to implement a database
  • Send data from todolist app to the database