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.
- Host: GitHub
- URL: https://github.com/aromalanil/random-quote-generator
- Owner: aromalanil
- Created: 2020-04-18T16:48:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T06:01:05.000Z (about 5 years ago)
- Last Synced: 2024-10-11T11:26:53.632Z (7 months ago)
- Language: JavaScript
- Homepage: https://get-quotes.netlify.app/
- Size: 205 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!