Kindergarten Finder App


A project developed for Udacity Front End Developer Nanodegree.

App purpose

ESPA is a kindergarten sponsorship programm. Every year the lists of kindergarten, which are participating in the program, are published at the offical website in pdf format. This is a frontend app which renders all the kindergartens on map and provides details about each place, allowing parent to choose the closest and best one.

Details

Original project requirements can be found below:

Backend script, which parses pdf to json and performs geocoding, to be uploaded later

Getting Started

  • Clone this repo: git clone https://github.com/Illustrova/Kindergarten-Finder-React
  • Install dependencies: npm install
  • Build App: npm run build
  • Serve locally: serve -s build

Built with

  • React.js - bootstrapped with Create React App
  • Sass
  • Google Maps API
  • Facebook API

Authors