This is my very first app built with React using LeafletJS and OpenCage Geocoder API.
I did this application for a friend who wanted to display UK Postcodes on a Map.
Visit the demo page.
- clone the repository
$ cd path/to/cloned/repo
$ yarn
or$ npm i
$ yarn test
or$ npm test
$ yarn start
or$ npm start
$ yarn build
or$ npm run build
Licensed under the MIT License
A copy of the license is available in the repository's LICENSE file.