Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankiefab100/quote-generator

A simple react app that generates random quote on a click
https://github.com/frankiefab100/quote-generator

quote-api quote-generator quotes

Last synced: 5 days ago
JSON representation

A simple react app that generates random quote on a click

Awesome Lists containing this project

README

        

# Quote Generator

A simple react app that generates random favorite quotes and the author using `favqs.com` API.








![quote-generator](https://user-images.githubusercontent.com/46662771/163491861-e0fc9b16-f46e-4f09-886b-e3036c545cdc.JPG)


## Folder Structure

```bash
├── public
│ ├── index.html
├── src
│ ├── App.js
│ ├── index.css
│ ├── index.js
├── .gitignore
├── package-lock.json
└── package.json
```