Repository files navigation
Modern Full Stack ECommerce React Application with Stripe
React.js, Next.js, Sanity, Stripe
For running website and Sanity
Run server by 'npm run dev' in /ecommerce/
Run Sanity by 'sanity start' in /ecommerce/sanity_ecommerce
Products: Title, Rating, Details, Price, and Quanitity
Have option to Add to Cart and Buy Now
Cart: List of selected items, Able to delete unwanted items, Subtotal, and Quantitiy
Payment Option: using Stripe (success page for buying products)
Cart, Product, Navbar, Footer, FooterBanner, and HeroBanner
Used StateContext to keep track of price, quanitity, and cart items
File-based Routing and Data Fetching using Next.js
Used methods: getStaticProps, getStaticPaths, and getServerSideProps
Created Schema for product and banner
Hooked up Sanity using Sanity Client
About
Modern Full Stack ECommerce React Application with Stripe
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.