Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Nosfistis/ng-cocktails

Repository files navigation

NgCocktails

CI through Github Actions codecov

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Details

The application loads a cocktails list on the main page. Due to limitations of the CocktailsDB free model, the cocktails list only consists of cocktails starting with A.

The cocktail details screen mentions the cocktail ingredients, measures per ingredient and instructions.

The current theme selection is saved in the local storage by default, although a dark theme is preferred.

Testing

Tests have been applied to most components and functions, showcasing the suggested test approach for any angular component.