Simple style editor which lets users change some attributes of the data layer of a map. Each marker in the map represents the location of a United State public airport.
The use case is based on a codign skills test proposed by Carto company. Go to the test description for further details.
Pure javascript solution to not forget our origins in a world of frameworks.
The solution applies some techniques for cleanly rendering HTML given some JavaScript data. At the same time, it tries to get as close as possible to full-blown, class-based React Component syntax, with VanillaJS.
This project uses parcel to bundle the application and to manage all the assets and dependencies.
$: yarn install
$: yarn run start
Again, parcel will do the work for us.
$: yarn run build
The solution is based on css-tricks - Reactive UI’s with VanillaJS