This is a simple responsive random quote generator app built using ReactJS.
FavQs API v2 is used to fetch data.
This project was bootstrapped with Create React App.
The app can be seen in action here.
- Clone this repository and go into its src folder.
- Run
npm install
- Run
npm start
- Go to
http://localhost:3000
to view the app