This is the Context API version of Dapper.
A clothing e-commerce website made with ReactJS. It has a responsive and optimized webpage with mobile responsivesness along wit stripe payment integration (test mode). It also has an add to cart feature with realtime cart updates and local storage sessions using redux persist for retaining the cart items for future checkouts and payments along with a signin/signup with google or email options and data storage using firebase. This website is implemented using different methods:
- React and Redux Implementation
- Client Server Implementation to Handle Stripe Payments
- React and ContextAPI Implementation
Clone the project
git clone https://github.com/creyente1897/dapper-context-version.git
cd dapperInstalling node modules (dependencies)
yarnRunning the project (development)
yarn startNow you can open the project on localhost:3000