This project was part of Udacity's Front-End Nanodegree Program.
The Neighboor Beer Map is a single-page app created using React featuring a Map showing the breweries that can be visited in the province of Luxemburg in south Belgium. When selecting one brewery (be it a marker or an item in the search result list), you can have more informations about the brewery via Google Places Library (adress, website, opening hours) and informations about the beers brewed there via Untappd API.
- This project node.js to work
- Clone the repository
- Open your terminal at the root of the project
- Install NPM with :
npm install
- start the server with :
npm start
- A new window will open in your browser at the adress: localhost:3000
- npm
- The project is built with Create React App
- PropTypes are used as basic tests
- Escape String RegExp is used for the search input
- React Google Maps is used for Google Maps API
- Untapped API is use to fetch the beer informations