
Barbies Wardrobe (Continued)
In this assignment you will review how to create classes and use the alongside your DOM Manipulation to build full applications
Walkthrough (Completed in Class)
- Fork and Clone Barbies Wardrobe to your classwork folder
- Open the folder in vs code
- Observe the starter code
- View the HTML, CSS and JS
- Review the logic behind each event listener
Update HTML, CSS & JS (Completed in Class)
Red Bottoms
- Make a button in the HTML with the id of
red-bottoms
- Add Functionality to the button so that whenever we click the button Barbie Buys Red Bottom Shoes
- Style the button so that whenever we hover the red-bottoms button it turns red
- Use Git add and commit to save this update
Complete these tasks as a group
Barbie Makes Money Moves
- Barbie is a boss, she doesn't only buy Birkins and Red Bottoms
- Make it so Barbie can buy rental properties
- Make a rental property cost 50,000 and make it add 500$ to Barbie Income
- Use Git add and commit to save this update
Barbie be flippin' on Posh Mark
- The great business woman that Barbie is, she knows that she can sell her purses and shoes
- Make it so Barbie can sell her items in her closet
- Make is so when Barbie sells an item it randomly chooses a price she sells it for between 70% and 200% of the original price.
- Use Git add and commit to save this update
Barbie needs a car
- Make it so Barbie can Buy A Tesla for 50k
- Make it lower income by 150
- Use Git add and commit to save this update