This app fetches different brands of beer and allows users to search the same. On a valid search, associated beer items are displayed. As the user scrolls down, it fetches more items. It also allows users to add a particular item to their favourites.
Project is live at beans-love-beer
Project is created with:
- ReactJS
- Redux
- Router
- Punk Api
- InfiniteScroll
- SCSS
To run this project, install it locally using npm:
$ npm install
$ npm start