jdegand / quote-generator

Devchallenges - Legacy - Frontend-Developer- Random Quote Generator

Home Page:https://jdegand.github.io/quote-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Devchallenges - Legacy - Frontend-Developer- Random Quote Generator

https://jdegand.github.io/quote-generator/


Languages

Language:JavaScript 63.1%Language:CSS 18.5%Language:HTML 18.4%