/brew-hop

Application to search and find details about local breweries. Utilizing Next.JS and Open Brewery API.

Primary LanguageJavaScript

Brew Hop

Brew Hop displays a featured brewery, search capability to locate a brewery based on a keyword, and a sortable list of brewerys based on type.

The featured brewery is selected randomly based on the users location. If location services are blocked on the browser a random brewery in Massachusetts will be featured instead.

The search feature allows a keyword to be used to display results in which this keyword appears.


This is a Next.js project bootstrapped with create-next-app.

Scripts

Spin up the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.