How To Create An Advanced Shopping Cart With React and TypeScript

FREE React Hooks Course: https://courses.webdevsimplified.com/react-hooks-simplified
Learn React Today Course: https://courses.webdevsimplified.com/learn-react-today

Shopping carts are one of the most common things you will build as a web developer, but there is a lot that goes into building a good shopping cart. In this video I will show you how to build a fully functional shopping cart using React, TypeScript, and Bootstrap. This is a great intermediate level project.

📚 Materials/References:

FREE React Hooks Course: https://courses.webdevsimplified.com/react-hooks-simplified
Learn React Today Course: https://courses.webdevsimplified.com/learn-react-today
GitHub Code: https://github.com/WebDevSimplified/react-ts-shopping-cart

🌎 Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified

⏱️ Timestamps:

00:00 – Introduction
00:30 – Demo
01:08 – Project Setup
04:45 – Routing
08:02 – Navbar
15:35 – Store Page
30:00 – Shopping Cart Context
44:40 – Shopping Cart Component
56:45 – useLocalStorage Hook

#TypeScript #WDS #React