This project was created as an assignment for the PennLPS/TES Fullstack Bootcamp.
- Create an e-commerce shopping app that allows users to select and purchase products
Shop Shop is an e-commerce shopping app that allows a user to signup/login, browse a variety of products, add said product(s) to cart while also having the capability to remove item(s) from cart and checkout using Stripe functionality.
MERN Stack refactored with Redux
- Successfully installed Reduxjs/toolkit and React-Redux
- Refactored previous React based code by adding a store directory and modifying the components by importing useDispatch and useSelector
- Employed Heroku console to solve deployment errors
