Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 793 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 793 Bytes

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

    git clone https://github.com/PratikTomar/Brewopedia.git
    
    cd Brewopedia
    
    npm install
    
    npm start