Included within this repository are all of the files used to create the presentation of the same name. Each folder within /src
contains a different section, and the code that was used.
If you'd like to see the code in action, please follow these steps:
- clone this repository.
- run
npm install
- open
/src/index.js
and uncomment the component(s) that you wish to see - Run
npm start
from the command line - Open a browser window to http://localhost:3000.
This project was bootstrapped with Create React App.