Skip to content
New issue

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

Homework 11 Directives & pipes #256

Open
MZabolotnev opened this issue Jan 10, 2022 · 0 comments
Open

Homework 11 Directives & pipes #256

MZabolotnev opened this issue Jan 10, 2022 · 0 comments

Comments

@MZabolotnev
Copy link
Contributor

Deadline

  • Create pull request until 15 Jan, 12:00
  • Mistakes and comments should be resolved until 17 Jan, 21:00
  • Request should be merged until 17 Jan, 21:00
  • In other cases pull request will be closed

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:

  • Name
  • Description
  • Food pairing
  • Ingredients (in one list, use custom pipe).
  • Time to cook (calculation of all method durations, use custom pipe)
  • Image

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

  • Add sorting by by cook time : fastest, longest.
  • Add filter by “food_pairing”: chicken, salad, cheese etc.
@MZabolotnev MZabolotnev changed the title 11 Directives & pipes Homework 11 Directives & pipes Jan 15, 2022
@MZabolotnev MZabolotnev changed the title Homework 11 Directives & pipes Homework-11 Directives & pipes Jan 15, 2022
@MZabolotnev MZabolotnev changed the title Homework-11 Directives & pipes Homework - 11 Directives & pipes Jan 15, 2022
@MZabolotnev MZabolotnev changed the title Homework - 11 Directives & pipes Homework 11 Directives & pipes Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant