Learning javascript, simple project to add to-do list items and delete them when complete.
The goals of this project:
- Create basic webpage from scratch w/ HTML & CSS
- Use eventListeners for click functions
- Generate DOM elements from click events
- Remove DOM elements from a simple webpage
Challenges faced:
- Creating new ELement on click event
- Removing the correct DOM elemnt based on class array.