- Solve FizzBuzz
- Explain difference between localStorage, sessionStorage, and cookies.
- Fix bug in handleSubmit() function of Quotes.js
- Map over results props in Results.js to display results
- Create /components/results/ResultCard.js file, and style a simple card that displays individual results.
- Provide default text in case there are no results to display (ex. "No results found!")
- Set quote results to a Cookie
- On Results.js page, read quote results from Cookie and display