A React application which displays random quotes from the Forismatic API and fulfills the user stories for the Free Code Camp project Build a Random Quote Machine.
This project was bootstrapped with Create React App.
Clone or download this repository to your machine, run npm install
from the new root directory to locally install dependencies, and run npm start
to initiate the watch procedure for Sass and start the React development server.
Run npm test
in the root directory of the local files to start the unit test suite.