- 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
Prerequisites: node and yarn must be installed locally.
- Clone this repository
git clone git@github.com:imollov/postcode-finder.git
- Navigate to the project directory
cd postcode-finder
- Install dependencies
yarn
-
Copy
.env.example
to.env
and paste your Google Maps API key -
Run the local dev server
yarn start