Open https://johnsdjustin.github.io/strive-frontend-coding-challenge/ to access the hosted project.
In order to run the project locally, you must:
- Clone the repository.
- If you haven't already, install Node.js
- Navigate to the root of the project folder and install dependencies with
npm install. - While in the root of the project folder, start the app with
npm start. - Open http://localhost:3000 to view the project in the browser.