Clerry Clothing App is an E-commerce site for purchasing clothes online and making payments using Stripe Payment system(test).
With Clerry Clothing App you can:
- Create a user account
- Login into the user account
- Browse items
- Add and remove items from shopping carts
- view items added to the shopping cart
- Checkout
- Make payment using Stripe(This is just for testing purpose)
- Node v12.0.0
- React.js framework
- Firebase
- Redux
- Stripe payment API
- Reselect
- Redux-persist
-
Clone the repository
-
Install dependencies
npm install -
Run app
npm run devin the root directory -
To build the app
npm run build -
Testing
npm run test