In this take-home test, you have to improve a web application made of 2 main components:
- a front-end application
- an api server
yarn
yarn api start
yarn app start
- 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.
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.
- Language: TypeScript
- API: Nexus and ApolloClient
- UI: React