In your terminal:
npm install
npm start
Go to http://localhost:3000/
in your browser to view the code running in the browser.
This was a solo project where we needed to use react, JSX, Sass/Scss, local storage, and Enzyme/Jest to demonstrate our mastery and understanding of the framework React
In making this site, I gained a much better understanding on testing specifically. I learned what needs to be tested and how to ensure your app is working as you would expect.