Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.34 KB

Beer App

Beer app is a web app that designed to consume brewerydb APIs to list beers from around the world.

  • Search, Sort and Filter beers
  • Search by category
  • Supports both list view and grid view
  • Pagination of beers

Live Demo Sample Screen

Tech

Beer app uses a number of open source projects to work properly:

Installation

Beer app requires:

Install the dependencies and devDependencies and start the server.

$ cd beer-app
$ npm install
$ npm start

For code coverage report

$ ng test --single-run --code-coverage

Developed By

Varun Thakur