- The app to present beers from Punk API
- At this moment app is working on beer.stepkowski.pl
- List of beers
- Searching beer by name
- Display details of beer (on the subpage)
- Like beers (add to your favorite)
- List your favourite beers
- Fav beers list is saving to localStorage so you don't lost it after refreshing a page
- Responsive Web Design
- Infinity Scroll (in progress)
- Clone the project
git clone https://github.com/stepkos/BeerAPIViewer
-
Go to the project directory
-
Install dependencies
npm install
- Start the server
npm start