To complete this milestone, you have to make two changes to the To-Do manager page, as per the design given. Update the views/index.ejs
file to:
- Show the number of Todo's for every category (Overdue, Due Today, Due Later), just after the heading.
- Create a EJS partial named
todos.ejs
inside theviews
folder, and move the UI for listing Todos to that file. - Render the
todos.ejs
partial after every category heading (Overdue, Due Today, Due Later). The goal is to control UI for listing Todos from a single file.
- After the implementation, commit your changes and push the code to GitHub.
But don't worry if it is not identical. Don't spend more than 3 hours on this target. Just do your best and submit. It takes a long time to truly master front-end development, so don't fret about this :)
Remember to format the code - both the HTML and CSS. This one is non-negotiable as always.
Have fun!