For this milestone target, you must update your To-do Manager Node.js repository to render content using ejs
view templates on Heroku.
- Introduce
ejs
in the existing application and render an Index page. - Render Header content using view templates on the Index page with a
h1
tag containing text "This is my Todo Application". - Deploy your application to Heroku.
All of the above has already been done in the tutorials, so you'll be able to implement them by simply following them.
There are few additional requirements that are not covered in the tutorials:
- Display the already created Todos in the index page using a view template
todos.ejs
with JavaScript. - Add a Footer section as a view template and include it on the Index page. This should use a
h1
tag containing text "Built with Node.js". - Finally, you should deploy this application to Heroku and submit the application URL along with the GitHub source URL.