https://github.com/joshwrn/shopping-cart
front end react web store
https://github.com/joshwrn/shopping-cart
cart react shop
Last synced: 5 months ago
JSON representation
front end react web store
- Host: GitHub
- URL: https://github.com/joshwrn/shopping-cart
- Owner: joshwrn
- Created: 2021-05-22T00:39:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T01:25:41.000Z (over 4 years ago)
- Last Synced: 2025-01-21T06:10:08.999Z (11 months ago)
- Topics: cart, react, shop
- Language: JavaScript
- Homepage: https://joshwrn.github.io/shopping-cart/
- Size: 47.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-end React Web Store
# [Live Demo](https://joshwrn.github.io/shopping-cart/)
Fully created from scratch in about 10 days. (besides create-react-app)


## Features
- ### Beautiful UI
- I put a lot of effort into getting the design right.
- I did not use any sort of templates or resources besides the icons and images.
- I made all of the animations in plain css.
- ### Working Cart
- Automatically drops down when the user adds an item to the cart.
- ### Ability to Select Different Sizes
- Detects whether or not an item is an accessory before presenting size options.
- ### Search Features
- Search results that update as you type and show how many items are available.
- ### Dynamically Updated Store and Filters
- Simply adding a new item updates the sore page and adds its properties to the filter box.
- ### Sorting
- You can sort the shop by price.
- ### Checkout Page
- Shows subtotal, shipping, tax, and final total.
- Ability to delete items from the cart.
- Ability to change quantity of items.