/interview-web

Reveri web interview repository

Primary LanguageTypeScript

Welcome to the Reveri Web Interview! 👋

💬 Introduction

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).

📋 Requirements

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.

Scope

  • 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.

Technical details

🛠️ Build the app

  1. Clone the repository running git clone git@github.com:reveri-health/interview-web.git.
  2. Make sure you have yarn installed.
  3. Install the project dependencies with yarn install.
  4. Start the development server with yarn dev.
  5. Open http://localhost:3000 with your browser to see the result.