Random quote app. See 'random', 'inspirational' or 'Simpsons' quotes & store up to 21 'favorite quotes' in local storage.
A user can:
- click a button to see a:
- random quote from a random topic
- random inspirational quote
- random Simpsons quote
- click a button to tweet quote
- click a button and be taken to quote author's Wikipedia page
- save up to 21 quotes in a list of 'favorites' (local storage), that will be displayed
- delete individual quotes from 'favorites'
- delete all 'favorites' at once
- HTML
- CSS
- JavaScript (vanilla)
- 'Revealing Module' pattern
- Uses JSONP (vanilla) for some requests to get around API CORS issues. Fetch request for others.
Louis Foged