README This project was bootstrapped with Create React App. Environment Set Up on OSX Install React In your terminal run $ npm install -g create-react-app. Create a Project Folder. Clone this Repo into it and Install the Following Libraries npm install --save prop-types npm install --save react-router-dom npm install --save axios npm install --save react-icons npm install --save react-bootstrap Start your Local Server by Running: $ npm start Open the Project in your Browser at http://localhost:3000