Closed Enekwestanley closed 2 years ago
Hi @Enekwestanley ,
Your project is complete! There is nothing else to say other than... it's time to merge it :shipit: Congratulations! 🎉
Proceed to the next level 👏
Cheers and Happy coding!👏👏👏
Feel free to leave any questions or comments in the PR thread if something is not 100% clear. Please, remember to tag me in your question so I can receive the notification.
Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.
As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.
I set up a new project with webpack.
I create an index.html file. Create an empty To Do List placeholder (
element). The index.html file was set as a template using the HTML Webpack Plugin.- Vs code
- Github
- HTML
- CSS
- Javascript
I create an index.js file and set an array of some simple to-do tasks (array of objects).
I wrote a function to iterate over the tasks array and populate an HTML list item element for each task. On page, load renders the dynamically created list of tasks in the dedicated placeholder. The list appears in order of the index values for each task.
I create a style.css and set rules for the To-Do List. CSS was loaded by Webpack Style/CSS Loader.
Technologies;
Built with;