This is a Random Quote Generator made by Minggas as part of FCC course.
Here i'm using:
- HTML 5
- SCSS
- React (Using create-react-app)
- axios to retrive the quotes on https://quotesondesign.com API
You can clone this project and change all you want. After download run
$ npm install
to install all depedencies.
To start the dev server:
$ npm start
You can create a new git repository and deploy this app to GitHub Pages.