MastersAcademy / frontend-course-2021

Репозиторій з курсу «Advanced Front-end» проекту Masters Academy
MIT License
5 stars 29 forks source link

Homework 11 Directives & pipes #256

Open MZabolotnev opened 2 years ago

MZabolotnev commented 2 years ago

Deadline

First of all

  1. Get the latest updates from Academy's repo by instruction;

  2. To your homework folder add a folder named 10-directives

  3. Add your files into this folder:

homeworks/elon.musk_spacex2021/10-directives

Task:

Create a website for a cocktail recipe book with cards. Use the free API for recipes - https://api.punkapi.com/v2/beers.

The card must contain:

Also, each card should have a label based on the cook time (fast <50, medium 50-75, long 75> - use custom directive).

The card must be a separate reusable component. All common or reusable logic must be move in service. Page should be responsive.

Colors and styles - up to you. Example: image

Advanced Task