Skip to content

paulomp90/Beers-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeersApp

This is a example project in Angular 8, that uses NGRX with reducers, effects and actions. Here the user can search for beers that contain an ingredient.

Styling

For styling purposes I used ClarityUI version 2

API Reference

The API used for this project is Punk API

Install

Run yarn install to get all node_modules installed to be able to run the project.

Development server

Run yarn start to run the project. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.