/react-quote-machine

react-quote-machine

Primary LanguageJavaScript

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.

Demo

Preview quote machine The app can be seen in action here.

Run Locally

  1. Clone this repository and go into its src folder.
  2. Run npm install
  3. Run npm start
  4. Go to http://localhost:3000 to view the app