Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 532 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 532 Bytes

2016 CT Skills Challenge Team 6

The application contained in this repo was built in a few hours for the CT Skills Challenge and won third place out of ten teams. In it's currently form it displays all schools in CT on Google maps using data from the CT Open Data Initiative and the Google Maps API. When clicked the map markers will bring up information about each school.

Build Instructions

In order to build the project just clone the repo and run:

npm run install
npm run build
npm start