Okendo Technical Test
This project is a front-end technical test for Okendo. The challenge was to reproduce the front-end of their review capture form, which an example was given through a live version here.
Running the project
In order to run you will need to have Node >= 8.10 and npm >= 5.6 on your machine.
To view the project within your browser you will need to navigate into the project directory and run:
npm start
This runs the app in development mode.
Open http://localhost:3000 to view it in the browser.