Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
/ frontend-test Public archive

The frontend take home test that will be given to candidates

Notifications You must be signed in to change notification settings

vimeda/frontend-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Lykon - Front-end Engineer Test

Hello and thanks for taking the time to try out the Front-end Engineer test. 👋

The goal of this assignment is to build an app using React to consume a list of blood tests. Our criterias to evaluate your test are how clean is your code, how efficient was your solution and how sustainable it's. Tests are also very important to us.

Please review the exercises first. If anything is unclear or confusing, please contact us and we will help clarify any issues.

Have fun!

Requirements

  • You MUST use Typescript
  • You MUST write tests
  • Your code MUST be in English (variable names, comments etc..)
  • You MAY use as many libraries as you like, but we recommend trying to stick to the standard library

Challenge

You will need to consume a simple API endpoint http://localhost:4000/tests that will provide you a list of blood tests.

To run this API please install Docker and run the command $ docker-composer up.

We would like you to consume this API and dispose this data in two pages:

  • Blood test list
  • Blood test result

The test list must be ordered by date. The result page must display a percentage bar represented by the wireframe below:

As a reference use our style guide at https://www.lykon.de/ for colors and layout.

When you are done please send a .zip with your project to frontend-tests@lykon.com

Thanks for your time, we look forward to hearing from you!

About

The frontend take home test that will be given to candidates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published