Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 699 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 699 Bytes

Mood Ring Themes Exercise

This Mood Ring Theme exercise involved creating a toggle for the user to select different color themes based on their mood.

Objective

Use querySelector(), change event, callback function, classList.remove, classList.add, and conditional statements to toggle on and off different classes based on if the user is feeling happy, sad, or passionate.

mood-ring-themes

Launch

View the Mood Ring Themes here: https://marisabrantley.github.io/mood-ring-themes/

Class

Skillcrush, Break into Tech Blueprint

JavaScript Fundamentals