Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.59 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.59 KB

Neighborhood Beer Map

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.

For developers

How to get started

  1. This project node.js to work
  2. Clone the repository
  3. Open your terminal at the root of the project
  4. Install NPM with : npm install
  5. start the server with : npm start
  6. A new window will open in your browser at the adress: localhost:3000

Dependencies