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.
For styling purposes I used ClarityUI version 2
The API used for this project is Punk API
Run yarn install
to get all node_modules installed to be able to run the project.
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.