/quote-generator

Devchallenges - Legacy - Frontend-Developer- Random Quote Generator

Primary LanguageJavaScript

Quote Generator

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

Screeshots

Link

Live Link

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

Thoughts

  • Originally, this app used Programming Quotes API. That API is no longer hosted anywhere so I swapped to the Quotable API.
  • Conversion required changing api calls and slight modifications in the components.
  • Go Quotes API is now also dead.
  • Quotable seems to be best free quote api that doesn't require an api key. Alternatives are listed in the useful resources section.
  • Logic could be overhauled. Make the api request in AuthorQuotes component itself and pass the author name to the route. To pass author name, you add it as a query parameter.

Useful Resources