https://github.com/yanikkumar/react-store
https://github.com/yanikkumar/react-store
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanikkumar/react-store
- Owner: yanikkumar
- Created: 2019-07-31T13:25:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:54:16.000Z (over 3 years ago)
- Last Synced: 2025-01-20T08:49:20.871Z (over 1 year ago)
- Language: JavaScript
- Size: 3.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Store
A online store created with React. Just a model to showcase the react workflow. Styling is done through styled components, css and bootstrap.
Data is not dynamic and cannot be updated automatically but you can add products by yourself in data.js file.
Also payment option is available using paypal checkout option.
paypal installation link:-
> paypal install https://www.npmjs.com/package/react-paypal-express-checkout
before running the app make sure you create a .dev.environment file and place your paypal key there like so:
`REACT_APP_APP_ID = "YOUR APP ID"` to make your paypal work.
also install all dependecies by `npm install` and run server `npm start`
Screenshots provided soon :)