Skip to content

imollov/postcode-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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