Skip to content

Jakelanghel/to-do-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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