/junior-take-home-test

Junior product engineer take home test

Primary LanguageTypeScript

Context

In this take-home test, you have to improve a web application made of 2 main components:

  • a front-end application
  • an api server

Setup

Pre-requisites

  • install node, the version is defined in .nvmrc
  • install yarn

Install dependencies

yarn

Run

Run the api server

yarn api start

Run the app

yarn app start

Instructions

  • Clone this repository (do not fork it)
  • Implement the features described in the issues
  • Publish it on GitHub (or equivalent)
  • Send us the link and tell us approximately how much time you spent on this assignment

We expect you to spend no more than 5 hours on this assignment. We value the quality of the end result, not how much time you have spent on it.

Related documentation

You will find below the documentation related to each tool/framework/language used in our tech stack. Please not that you do not need to read all these docs before diving in the code. Looking at existing code and occasionally confirm assumptions by looking at the documentation should be enough for this take home test.