Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 721 Bytes

File metadata and controls

16 lines (13 loc) · 721 Bytes

Motivational Quote Generator

A motivational quote generator using JavaScript and RESTful API

Navigation

Features

Restful API

  • Sends a get request to a RESTful API to get over 1000 motivational quotes, stores them locally and shows you one at random.

Twitter

  • If the user is log in you can tweet your motivational quote without having to copy and paste it.

New Quote Generator

  • Allows the user to refresh the quote from a plethora of different quotes stored locally.
  • If the API is down it will use a handful of quotes from the local storage.