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.
In order to build the project just clone the repo and run:
npm run install
npm run build
npm start