Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanikkumar/react-store
https://github.com/yanikkumar/react-store
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yanikkumar/react-store
- Owner: yanikkumar
- Created: 2019-07-31T13:25:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:54:16.000Z (almost 2 years ago)
- Last Synced: 2024-02-05T07:29:20.436Z (11 months 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-checkoutbefore 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 :)