Brewaround is a single-page application for searching breweries. The app is based on Open Brewery DB API.
To install this app locally on your machine follow these steps.
- clone this repo by typing the command below in your terminal:
$git clone https://github.com/titamoto/brewaround.git
or if you want to clone using SSH:
$git clone git@github.com:titamoto/brewaround.git
- go into the directory created by cloning this repo:
$ cd brewaround
- open
index.html
in your preferred browser using the Live Preview extension in VS Code
or by typing a command to open files in your terminal.
for Windows:
explorer.exe index.html
for Mac:
open index.html
All set.
- Show closest brewery:
- Search by brewery name:
- Search by city:
- Search by state:
Thanks Open Brewery DB for API and Open Props for styling tools.