This an e-commerce website using React for a fake vinyl store.
- Front page carrosel which rotates through new albums.
- Modal window that pops up when items are added to cart, showing current cart total.
- Features the total prices of all items in the cart.
- Can add and remove items from the cart.
- Dynamic shopping cart svg in navbar which shows the current number of items in cart.
- React
- React Router
- SCSS
- Jest
After cloning the repository, run:
npm install
npm start
The site is now running at localhost:3000
.