Hi there! Thanks for doing our coding exercise. :). The exercise consists out of two parts:
- Code the exercise
- Answer questions in the FOLLOW_UP.md document.
The exercise you will be doing today is to create a tiny single-page app:
There is only one use story:
- As a user I want to be able to pick a new color that Dirk will show he is feeling like. I also want to see Dirk express his new feeling. Dirk can only feel colors, not emotions.
Please see Figma designs for the design requirements:
https://www.figma.com/file/oOJv5ARvgBJAaNkORQjyWM/Untitled?node-id=0%3A1
When clicking on the link you will only see a static image. If you log in you will actually see the design requirements when hovering over the components.
- Colors in the picker should be assigned at random at startup.
- The app needs to work on any PC screen in landscape mode.
- Minimal resolution 1280 x 720
- Maximal resolution 3840 x 2160
- Feel free to use any libraries you feel you need.
- Typescript is enabled in this repository but you are not obliged to use it.
- Both texts should be
h2
components.
Don't forget to run npm install
before starting
Please zip the entire repository and sent it to the person who you are in contact with! Do not forget to answer the follow up questions!.
This project was bootstrapped with Create React App.