An open API service indexing awesome lists of open source software.

https://github.com/pratiktomar/brewopedia

This is a React application that fetches and displays a list of brewlist from the Openbrewerydb API. The app supports pagination, search beers and allows users to customize the number of beers displayed per page.
https://github.com/pratiktomar/brewopedia

beer items-per-page openbrewerydb pagination punkapi search

Last synced: 9 months ago
JSON representation

This is a React application that fetches and displays a list of brewlist from the Openbrewerydb API. The app supports pagination, search beers and allows users to customize the number of beers displayed per page.

Awesome Lists containing this project

README

          

# React Brewinfo App

This is a React application that fetches and displays a list of brewinfo from the Openbrewerydb. The app supports pagination, search brewlist and allows users to customize the number of brewlist displayed per page.

## Features

- Fetches and displays brewInfo from the Openbrewerydb API.
- Search the brewlist.
- Supports pagination with "Previous Page" and "Next Page" buttons.
- Allows users to choose the number of brewlist displayed per page.

## Technologies Used

- React
- JavaScript (ES6+)
- Openbrewerydb API

## Getting Started

To run this project locally, follow these steps:

1. Clone the repository and run below command to run

```bash
git clone https://github.com/PratikTomar/Brewopedia.git

cd Brewopedia

npm install

npm start
```