Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.34 KB

README.md

File metadata and controls

74 lines (49 loc) · 1.34 KB

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