https://github.com/imollov/postcode-finder
📯 Postal code discovery web app built with React/Redux
https://github.com/imollov/postcode-finder
google-map-react grommet react react-geolocated react-router redux
Last synced: 23 days ago
JSON representation
📯 Postal code discovery web app built with React/Redux
- Host: GitHub
- URL: https://github.com/imollov/postcode-finder
- Owner: imollov
- Created: 2020-05-09T11:26:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:19:08.000Z (over 3 years ago)
- Last Synced: 2025-10-27T08:40:35.460Z (7 months ago)
- Topics: google-map-react, grommet, react, react-geolocated, react-router, redux
- Language: JavaScript
- Homepage: https://postcodefinder.netlify.app
- Size: 4.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/postcodefinder/deploys)
# postcode-finder

## 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](https://nodejs.org/en/download/) and [yarn](https://yarnpkg.com/) must be installed locally.
1. Clone this repository
```
git clone git@github.com:imollov/postcode-finder.git
```
2. Navigate to the project directory
```
cd postcode-finder
```
3. Install dependencies
```
yarn
```
4. Copy `.env.example` to `.env` and paste your Google Maps API key
5. Run the local dev server
```
yarn start
```