jzheng16 / amazon-wishlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Wishlist

In this project you will find an App.js that renders both the Wishlist component and the Products component.

Objective

With the products defined in the App.js, render those products in the Products Component.

  1. For each product, show at least the name and product.
  2. Have a button for each product that when clicked, adds the name of the product to the wishlist.

About


Languages

Language:JavaScript 51.2%Language:HTML 31.7%Language:CSS 17.1%