Completed
Project showcase
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Shopping Cart With React JS and Stripe
Automatically move to the next video in the Classroom when playback concludes
- 1 Project showcase
- 2 Create react app / installs
- 3 Navbar component
- 4 Implementing React Router
- 5 Creating pages for router
- 6 Building rows and cols for Store page
- 7 Creating products for React to use
- 8 Loading products dynamically
- 9 Creating product card component
- 10 Creating a modal for the cart
- 11 Creating our cart context Cart functionality
- 12 Adding CartProvider to our app
- 13 Creating add / remove product to product cards
- 14 Adding cart functionality to navbar number of items
- 15 Showing cart data in modal
- 16 Creating CartProduct component
- 17 Create Stripe account and add test products
- 18 Creating Express server / installs
- 19 Creating Stripe checkout request
- 20 Adding Stripe IDs to React
- 21 Creating checkout call from React
- 22 Final project / checkout demo!
- 23 Thank you for watching