207 - Project Overview
208 - Scaffolding the Project
209 - Intro to JSON Server
210 - Fetch API
211 - Styling the Store
212 - Rendering the Categories
213 - Binding the Products
214 - Refactor the Fetch API call
215 - Dealing with errors in Fetch API
216 - Tidy the Fetch API call
217 - Styling the Product List
218 - Installing React Router
219 - Fixing the Key Warning
220 - React Router Detail Page
221 - Fetch API Get Product By Id
222 - Product Description
223 - Intro to Styled Components
224 - Styled Components Product Description
225 - Dangerously Set HTML yeah really
226 - Refactor the Categories
227 - Refactor the Layout
228 - Refactor the Home Page
229 - Intro to Context in React
230 - UseContext Hook and UseReducer Hook in React
231 - Basket Layout
232 - Implementing the Basket
233 - Implementing Basket Icons
234 - Implementing Basket Total
235 - Finishing the Checkout
236 - Checkout Fixing the State
237 - Implementing the Order Confirmation
238 - Intro to Local Storage
239 - Implementing Search Results
240 - Better Searching with Debouncing
241 - Validating Forms in React Part 1
242 - Validating Forms in React Part 2
243 - Validating Forms in React Part 3
244 - Validating Forms in React Part 4
245 - Project Summary