yarn install
yarn start
- Move modal
Checkout.js
->ProductTable.js
- Refactor Redux
Login.js
- Password Reset modal message
- Validation
Register.js
- Validation
Profile.js
- Validation
Subscriptions.js
PurchaseHistory.js
Rewards.js
- Payment
- Admin Panel
- Item control
- Adjust prices
- Add items
- Add images
- QR code generation access
- Item control
- BG txid's
const Product = ({ product, cart, updateProduct }) => <Card>
const Checkout = ({ cart, updateProduct }) => <Segment>