Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 817 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 817 Bytes

Getting Started

Problems to solve:

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

Resources