Chuck Norris Quote App

This app was designed as a practice exercise for testing a React app using Axios. It utilizses the React-Testing-Library and axios-mock-adapter and create-react-app.

It was adapted from a freeCodeCamp tutorial

Installation

To the the app clone the repository and run:

$ npm install # only needs to run once
$ npm start

To build the app

$ npm install # only needs to run once
$ npm run build

To run the tests

$ npm install # only needs to run once
$ npm test