A simple React project using the Open Brewery DB API to fetch and display breweries.
- Display all the breweries
- Sort breweries by name, type, city, address, and date
- The breweries details page
- Search for breweries
A live demo of the app is hosted on Netlify.
- React
- React Hooks
- React router
- TailwindCSS
- Netlify hosting
Clone this repository to the desired location
git clone https://github.com/v-limo/breweries_app.git
npm install
# Run (:3000)
npm run start
# Create prod build
npm run build
Contributions are highly appreciated. In general, I follow the "fork-and-pull" Git workflow.
- Fork this repo
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- 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!
MIT license