We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the latest updates from Academy's repo by instruction;
To your homework folder add a folder named 10-directives
10-directives
Add your files into this folder:
homeworks/elon.musk_spacex2021/10-directives
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Deadline
First of all
Get the latest updates from Academy's repo by instruction;
To your homework folder add a folder named
10-directives
Add your files into this folder:
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:
Advanced Task
The text was updated successfully, but these errors were encountered: