Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.2 KB

README.md

File metadata and controls

42 lines (35 loc) · 2.2 KB

Mock Shopping Website

This website was created as a self practice project. Scroll through the products and add or remove them from the cart! Try searching for products in the searchbar too!

Built With

  • JavaScript
  • CSS
  • HTML
  • Bootstrap
  • React

Features

After setting up this project locally, use this command to run it: npm start

Scroll through products

image Scroll through the items organized on the page! Names and prices are also listed under a photo icon of each item.

Add items to cart

image
Click the "Add to cart" button to add an item to your cart. image
Find the "Cart" button at the top of the page to view items in your cart. image
Congratulations! You just added a new item to your cart! image
You are also free to add multiple items to the cart!

Remove items from cart

Click the remove item button under the item in the cart to remove that item from the cart. image
The apple is now removed!

Search for items

image
Find the searchbar at the top of the page. Type in any part of the name of a product to search for items. For example, a search for "annibale" would get the results: image Searches are not case sensitive.
To reset the search, simply press the "Search" button with the searchbar empty and all the products will be listed again!

Happy shopping!