Skip to content

xpcapital/web-takehome

Repository files navigation

Club Takehome

During this test, you'll need to develop a minimal chat interface based on the design on figma.

You will need to use this github as a starter, create one or multiple pages based on your decision that will lead to match the design.

MacBook Pro - 1

Chat data API

Chat data are already fetched server side. Your move to transfer them to the client by props or Redux!

Run the project

  • Install dependencies: yarn
  • Run Next.js: yarn start or using Run and Debug tab from Visual Studio Code
  • Check it on http://localhost:3000 (port may change if already taken)

Verification

You don't need to deploy your project for verification. You can push it in github or send us through a zip file. What is important for us is that we only need to use yarn start in order to see your work, nothing more.

Start simple and go deep, that's how we work.

Rules and Evaluation

  • You're allowed to use any external ressource that you'ld like
  • After 3h you should send a zip of your project
  • Do spend some time to work on the extra points as we expect you to not only perform the basic implementation