Skip to content

Blaise Transit coding challenge that displays markers at the locations of passengers and bus stops and connects a passenger to the nearest bus stop.

Notifications You must be signed in to change notification settings

bekahma/blaisecc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The challenge:

Use ReactJS to build a simple web app that displays passengers and bus stops on a map.

passengers.json contains the locations of passengers. stops.json contains the locations of bus stops.

Add the following functionality to the app:

  1. Display a red marker on the map at the location of each passenger. Display a blue marker on the map at the location of each bus stop.
  2. Display a straight line connecting each passenger to the closest bus stop.
  3. Display a popup over each bus stop on hover (when the user mouses over the stop) with the number of passengers who are closest to that stop.

About

Blaise Transit coding challenge that displays markers at the locations of passengers and bus stops and connects a passenger to the nearest bus stop.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published