https://marrkponce.github.io/fortune-Cookie.github.io/
OBJECTIVE:
- Build a message generator program using Javascript
- Use Git version control
- Use command line
- Develop locally on your computer (used VScode)
- Message should use at least 3 random words
Theme:
Fortune cookie that displays a fortune to the user with a click of a button.
7 Problems to Solve:
- Find a way to store fortune messsages and have them be randomized
- Display fortune messages to the DOM
- Have button switch text whenever clicked: "Crack Open" to "Crack Another"
- Turn fortune cookie into a button to display fortune message
- Integrate functionality with animations to make cookie open and close
- Have fortune cookie button change text of the "Crack Open" button; it was not in synch before
- Use media query to fit on screen of iphone 12