Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hariclerry/ecommerce-full-app
An E-commerce site for purchasing clothes online and making payments using Stripe Payment system(test)
https://github.com/hariclerry/ecommerce-full-app
css3 firebase firestore javascript nodejs reactjs redux sass selector stripe-api
Last synced: 1 day ago
JSON representation
An E-commerce site for purchasing clothes online and making payments using Stripe Payment system(test)
- Host: GitHub
- URL: https://github.com/hariclerry/ecommerce-full-app
- Owner: hariclerry
- Created: 2020-07-22T00:11:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T15:03:12.000Z (over 1 year ago)
- Last Synced: 2023-07-10T16:26:02.434Z (over 1 year ago)
- Topics: css3, firebase, firestore, javascript, nodejs, reactjs, redux, sass, selector, stripe-api
- Language: JavaScript
- Homepage:
- Size: 4.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clerry Clothing App
Clerry Clothing App is an E-commerce site for purchasing clothes online and making payments using Stripe Payment system(test).
### FEATURES
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)### Technologies used
- Node v12.0.0
- React.js framework
- Firebase
- Redux
- Stripe payment API
- Reselect
- Redux-persist### Installation
1. Clone the repository
2. Install dependencies
`npm install`3. Run app
`npm run dev` in the root directory4. To build the app
`npm run build`5. Testing
`npm run test`
### Checkout the live app on heroku