Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 865 Bytes

Readme.md

File metadata and controls

22 lines (15 loc) · 865 Bytes

Lifen Frontend Challenge

Looking for a job? Check out our open positions.

Guidelines

  • clone this repo (do not fork it)
  • solve the levels in ascending order
  • commit your code at the end of each level
  • provide instructions to run your code
  • once you are done, ping someone from Lifen (ideally via our jobs page)

You can have a look at the higher levels, but please do the simplest thing that could work for the level you're currently solving.

Each level uses the previous one, you can re-use your old code.

Don't hesitate to write shameless code at first, and then refactor it in the next levels.

For higher levels we are interested in seeing code that is:

  • maintainable
  • clean
  • robust