Demo Ecommerce Website With Built In "Shopify-like" Admin Dashboard that allows admin users to add/edit products, view order data, and use a drag and drop editor to create or edit live pages on the front end. Built with React (using redux-saga),Firebase, and a simple Express server to handle Stripe checkout.
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
^4.0.0-alpha.58^1.18.3^1.7.42.8.57.0.0^3.1.6^4.16.4^9.9.0^6.6.26.28.0^4.0.1^1.19.166
commits
added inventoryByOptions logic to bulkEditInventoryAndCogs form
d543cd5View on GitHubfixed issue with checkout items. now a seperate item is added for each product variant
b443336View on GitHubused react-helmet to fix seo on homepage, shop all, collection, and product pages
b91a12cView on GitHubadded scroll to top component. added new subscriber actions and sagas and created new subscriber email
c47c3bdView on GitHubadded inventory report with bar chart in admin dash. fixed collection item add to cart button by adding modal to select options for products with options
ede0430View on GitHubadded product option logic in admin dash and client side. inventory is now adjusted after successful payment. collection item add to cart button now broken due to not having options data
d676381View on GitHubset up post routes for order confirmation, ready for pickup, has been picked up, and shipping confirmation emails
88fdefbView on GitHubadded order details to order confirmation email and updated shipping logic
d901eecView on GitHubnodemailer successfuly send test order confirmation email after successful checkout
284584fView on GitHubadmin can now edit blog posts and set featured post from admin panel
bc38737View on GitHubadded redux-saga logic for add, edit, and fetch blogposts. also added new blog post form to Blog view in admin dash.
b89c9d9View on GitHubfixed some styling issues with checkout stepper. added animation to cart icon when cartItems changes
b7dff0cView on GitHubadded on scroll animation to collection and menu items. also fixed routing issue with custom pages
66d29dbView on GitHub