This repository has been built using React
+ NextJS
+ Typescript
.
We expect you to build on top of this repository, so make sure you can start the dev server before starting coding (refer to Build the app section for this).
We want you to create a website as close as possible to the one that can be find in this Figma file. You will need the password ReveriInterview
to access it.
- When I open the page, the list of available exercises is shown.
- When I click on one of the exercises, the detail page of the selected exercise opens.
- When I click on Begin session, the Player opens.
- When I click on the Play button, the icon changes to Pause.
- The available exercises can be found querying: https://firebasestorage.googleapis.com/v0/b/reveri-dev-public/o/interviews%2Fweb%2Fexercises.json?alt=media
- When possible, use
TailwindCSS
to build the page styles.
- Clone the repository running
git clone git@github.com:reveri-health/interview-web.git
. - Make sure you have yarn installed.
- Install the project dependencies with
yarn install
. - Start the development server with
yarn dev
. - Open http://localhost:3000 with your browser to see the result.