Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.21 KB

to-do-tutorial

To do app tutorial by Kevin Powel and Kyle Cook.

Links

Built with

  • Dynamic re-rendering without a framework
  • Adding dynamic event listeners
  • How to use localStorage to persist website data
  • Advanced JavaScript array methods
  • Code organization best practices

What I learned

This was a great tutorial and I learned alot about using local storage, data attributes, css pseudo elements, creating custom id's dynamicly, css grid and array methods that I havent used before like filter() and find().

Continued development

I stared this tutorial because I was working on the todo app challenge from frontendmentor.io and realized that I needed a better understaing of how to create custom checkboxes with HTML and CSS. I plan on using everything that I learned in this tutorial to finish that challenge from front end mentor.

Useful resources