Skip to content

h-yoshikawa44/ch-random-quote-generator

Repository files navigation

Random quote generator

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

random quote overview

author quote list overview - author-quote-list

random quote will display the quote data randomly.

author quote list displays a list of citation data for the specified author. It is an infinite scrolling list with 10 quotes at a time.

It also supports the display of skeleton screens and error alerts, albeit in a simplified way.

Built With

Base

Other major libraries

API

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.

  • User story: I can see a random quote
  • User story: I generate a new random quote
  • User story: When I select quote author, I can see a list of quotes from them
  • User story: I can see quote genre under the author

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone git@github.com:h-yoshikawa44/random-quote-generator.git
or
git clone https://github.com/h-yoshikawa44/random-quote-generator.git

# Install dependencies
npm install

# Run the app
npm run dev

learned/improved

  • How to implement a skeleton screen
  • How to use Grid layout to prevent the footer from coming up when there is little content.

Acknowledgements

Contact

Releases

No releases published

Packages

No packages published