Skip to content

ssanchezmarc/vanilla-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Map 🍣

Description

From a functional perspective

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.

From a technical perspective

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.

How-to

Run the project

This project uses parcel to bundle the application and to manage all the assets and dependencies.

$: yarn install
$: yarn run start

Build the project

Again, parcel will do the work for us.

$: yarn run build

Credits

The solution is based on css-tricks - Reactive UI’s with VanillaJS

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published