- nodejs v12.x (https://nodejs.org/en/)
- yarn v1.x (https://yarnpkg.com/fr/docs/install)
yarn
yarn start
The goal of this test is to make you code a small ReactJS app. We have prepared a skeleton app for you, but you can change whatever you want.
You can get the list of the cities with XHR call GET /cities.json
(the file is store in public
directory)
Only to 2 requirements for this test, use React-Leaflet
(https://github.com/PaulLeCam/react-leaflet) for the map, and Styled Components (https://styled-components.com) for all styling stuff.
Bonus:
- Add Jest test
- Add pagination
To give you an idea, here what our app looks like:
Show us what you can do in 4-6 hours!