Skip to content

erlingmoeller-software/colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

code-challenge

A code challenge used to assess developers knowledge and skills

Scenario

A developer has tried to do a task that you must now take over and complete.

The task has been extended with additional requirements after the developer left.

OBS: The API mock must be used and it must not be changed.

Requirements

  • It must be possible to run the program and get back the colors green, blue and red in HEX format.
  • It must be possible to define the colors using their names like red, blue and green.
  • It must be possible to define the order the colors are returned.

New additional requirements

  • The program must support the colors white and black.
  • The program must be able to return the RGB values.
  • It must be possible to run the program asynchronously getting all the colors at the same time
  • It must be possible to run the program synchronously getting one color a time

About

Get colors sync or async

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors