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

https://github.com/aromalanil/random-quote-generator

โš› A React app which displays random quotes from ๐Ÿ‘จโ€๐Ÿซ๐Ÿ‘จโ€โš–๏ธ๐Ÿ‘จโ€๐Ÿญfamous people.
https://github.com/aromalanil/random-quote-generator

Last synced: about 2 months ago
JSON representation

โš› A React app which displays random quotes from ๐Ÿ‘จโ€๐Ÿซ๐Ÿ‘จโ€โš–๏ธ๐Ÿ‘จโ€๐Ÿญfamous people.

Awesome Lists containing this project

README

        

Random Quote Generator



A React App which uses Rest API to show random quotes from famous people


## ๐Ÿ Requirements

* Node.js
* Git

## โš™ Common setup

Clone the repo and install the dependencies.

```bash
git clone https://github.com/aromalanil/Random-Quote-Generator.git
cd Random-Quote-Generator
```

```bash
npm install
```

## ๐Ÿ’ป Run

### Run in development mode ๐Ÿงช

```
npm start
```


Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### Generate a Build ๐Ÿ“ฆ

```
npm run build
```


Builds the app for production to the `build` folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Now the app is ready to be deployed!