Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 677 Bytes

beans-love-beer

General Info

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

Screenshots

Example screenshot

Technologies Used

Project is created with:

  • ReactJS
  • Redux
  • Router
  • Punk Api
  • InfiniteScroll
  • SCSS

Setup

To run this project, install it locally using npm:

$ npm install
$ npm start