- Explore the many events available to you by using this reference: https://developer.mozilla.org/en-US/docs/Web/Events
- Create custom events to manipulate the DOM
- Use yesterday's project as your base for today's project.
- You can update the HTML/CSS/JS for this project.
- Create 10 unique event listeners based on the reference file in the objective.
- Using the 10 unique events, find ways to update the DOM in creative ways. For example you could change colors, animate objects, remove objects, etc.
- Go look at GSAP: https://greensock.com/ and implement the animations found in that library with your custom events.
- Take a look at the stretch assignment and follow the instructions in the read me file.