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

Create buildShoppingCart function #28

Open
Chrstjan opened this issue Feb 28, 2024 · 0 comments
Open

Create buildShoppingCart function #28

Chrstjan opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
JavaScript JavaScript Production

Comments

@Chrstjan
Copy link
Owner

In the app.js file in the view code region make a function called buildShoppingCart

The function should

  • Take the variable from the retriveLocalStorage function and use it as a paramenter
  • Clear the cardsContainer dom element
  • Build the products from the array with a forEach loop
  • Make the layout match the figma design in the ./_FILES/ folder (./ ROOT)
@Chrstjan Chrstjan added the JavaScript JavaScript Production label Feb 28, 2024
@Chrstjan Chrstjan self-assigned this Feb 28, 2024
Chrstjan added a commit that referenced this issue Feb 28, 2024
Chrstjan added a commit that referenced this issue Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JavaScript JavaScript Production
Projects
None yet
Development

No branches or pull requests

1 participant