Skip to content

A basic React project that fetches and displays breweries using the Open Brewery DB API.

Notifications You must be signed in to change notification settings

v-limo/breweries

Repository files navigation

Breweries Project

Description

A simple React project using the Open Brewery DB API to fetch and display breweries.

Features

  • Display all the breweries
  • Sort breweries by name, type, city, address, and date
  • The breweries details page
  • Search for breweries

Live demo

A live demo of the app is hosted on Netlify.

Netlify Status

Technology stack

FrontEnd

  • React
  • React Hooks
  • React router
  • TailwindCSS
  • Netlify hosting

Usage

Clone this repository to the desired location

git clone https://github.com/v-limo/breweries_app.git

Install Dependencies

npm install

Run

# Run  (:3000)
npm run start

Build & Deploy

# Create  prod build
npm run build

Contributing

Contributions are highly appreciated. In general, I follow the "fork-and-pull" Git workflow.

  1. Fork this repo
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that I can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

License

MIT license

About

A basic React project that fetches and displays breweries using the Open Brewery DB API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published