https://github.com/mrseanbaines/random-quote-machine
A random quote generator built using React.
https://github.com/mrseanbaines/random-quote-machine
es2015 es6 javascript random-quote-machine react reactjs
Last synced: about 1 month ago
JSON representation
A random quote generator built using React.
- Host: GitHub
- URL: https://github.com/mrseanbaines/random-quote-machine
- Owner: mrseanbaines
- Created: 2018-07-29T20:40:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T20:03:09.000Z (over 6 years ago)
- Last Synced: 2025-01-25T07:07:55.919Z (3 months ago)
- Topics: es2015, es6, javascript, random-quote-machine, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 521 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Quote Machine
A random quote generator built using React.## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.To get started, run the following commands:
1. Install dependencies:
```sh
npm install
```
2. Run the app:
```sh
npm start
```
3. View the project at http://localhost:3000/