todolist app made using EJS and express
Click the link to visit the App
To build the app
$ npm i
and then use
node app.js
OR
nodemon app.js
to run the app
- Implementing EJS to make dynamic webpages
- Templating Using EJS
- Passing Data to and from server to our EJS templat
- Learning how to implement a database
- Send data from todolist app to the database