CheezItMan / chuck-norris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 77.2%Language:HTML 14.7%Language:CSS 8.1%