schools-and-properties

A simple SPA that leverages from data captured from different domains and provides tools to plot and visualize said that to aid people in making decisions on where to live.

Motivation

While researching for our next place to live I found myself constantly looking up 3 websites:

  • A property search website popular in Australia
  • Find My School to see which school would be in the catchment zone of the property I was interested in
  • Better Education to have an idea of school ranking that I found using the website above

It is annoying and exhausting to constantly swap between these websites so I decided to do something about it. This project is the initial thinking of what I want to do - yes, MVP, for those that like acronyms.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate