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.
- 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.
- React
- JavaScript (ES6+)
- Openbrewerydb API
To run this project locally, follow these steps:
-
Clone the repository and run below command to run
git clone https://github.com/PratikTomar/Brewopedia.git cd Brewopedia npm install npm start