Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.06 KB

Qoute Generator: Visit Here

A Quote Generator that randomly generates quotes when a button is clicked. Gives you the qoute itself and who said it.

Tech Used

I stored the each quote and the person who said the quote in an array of objects. Then I set up a random number generator to randomly select an object from the array. When the button is click, the qoute and the person will change.

Optimizations

If/when I improve this project, I would start by making it more responsive.

Lessons Learned:

I learned separation of concerns.