/postcode-finder

📯 Postal code discovery web app built with React/Redux

Primary LanguageJavaScript

Netlify Status

postcode-finder

postcode-finder-sample-result-page

Features

  • Find the postal code for a given address
  • Find the postal code at the current device geolocation
  • See the postal code positioned on a map
  • Share or bookmark the postal code result page

Develop

Prerequisites: node and yarn must be installed locally.

  1. Clone this repository
git clone git@github.com:imollov/postcode-finder.git
  1. Navigate to the project directory
cd postcode-finder
  1. Install dependencies
yarn
  1. Copy .env.example to .env and paste your Google Maps API key

  2. Run the local dev server

yarn start