/beer-app

A web app that designed to consume brewerydb APIs to list, search and sort beers from around the world.

Primary LanguageTypeScript

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