Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 842 Bytes

Random-ramblings

Description

Random quote app. See 'random', 'inspirational' or 'Simpsons' quotes & store up to 21 'favorite quotes' in local storage.

User stories

A user can:

  1. click a button to see a:
  • random quote from a random topic
  • random inspirational quote
  • random Simpsons quote
  1. click a button to tweet quote
  2. click a button and be taken to quote author's Wikipedia page
  3. save up to 21 quotes in a list of 'favorites' (local storage), that will be displayed
  4. delete individual quotes from 'favorites'
  5. delete all 'favorites' at once

Tools

  • HTML
  • CSS
  • JavaScript (vanilla)

Notes

  • 'Revealing Module' pattern
  • Uses JSONP (vanilla) for some requests to get around API CORS issues. Fetch request for others.

Author

Louis Foged