/random-quote-machine

freeCodeCamp's Front End Libraries Project - Random Quote Machine using React

Primary LanguageJavaScript

Demo

A working demo can be found here.

How to

Running the development server

$ npm install
$ npm start

Running the test runner

$ npm test

Building the application for production

$ npm run build