82 - Project Overview
83 - Scaffolding the Project
84 - Intro to JSON Server
85 - Fetch API
86 - Styling the Store
87 - Rendering the Categories
88 - Binding the Products
89 - Refactor the Fetch API call
90 - Dealing with errors in Fetch API
91 - Tidy the Fetch API call
92 - Styling the Product List
93 - Installing React Router
94 - Fixing the Key Warning
95 - React Router Detail Page
96 - Fetch API Get Product By Id
97 - Product Description
98 - Intro to Styled Components
99 - Styled Components Product Description
100 - Dangerously Set HTML yeah really
101 - Refactor the Categories
102 - Refactor the Layout
103 - Refactor the Home Page
104 - Intro to Context in React
105 - UseContext Hook and UseReducer Hook in React
106 - Basket Layout
107 - Implementing the Basket
108 - Implementing Basket Icons
109 - Implementing Basket Total
110 - Finishing the Checkout
111 - Checkout Fixing the State
112 - Implementing the Order Confirmation
113 - Intro to Local Storage
114 - Implementing Search Results
115 - Better Searching with Debouncing
116 - Validating Forms in React Part 1
117 - Validating Forms in React Part 2
118 - Validating Forms in React Part 3
119 - Validating Forms in React Part 4
120 - Project Summary