In this tutorial we will learn React by building Mortgage calculator.
For mentorship visit : https://www.mentorlabs.academy/
GitHub : https://github.com/JoyShaheb/mortgage...
Live Demo : https://mortgage-calculator-tutorial....
Time Stamps -
🎤 0:00 - Intro
🎤 02:15 - Learning Objectives
🎤 04:15 - Project setup
🎤 05:17 - Create React App
🎤 09:18 - material ui setup
🎤 17:08 - React Folder Structure
🎤 18:27 - VS code plugins setup
🎤 23:32 - Navbar
🎤 27:05 - MUI Typography & Customization
🎤 38:58 - MUI Container
🎤 41:38 - Slider Component
🎤 46:46 - Grid component
🎤 55:26 - Fake DOM, React Fragment
🎤 57:38 - handling props
🎤 01:03:20 - props destructuring
🎤 01:16:53 - stack component
🎤 01:22:23 - MUI color customization
🎤 01:33:10 - React useState Hook explanation
🎤 01:41:16 - example of useState hook
🎤 01:45:01 - using useState hook in project
🎤 01:59:44 - spread operator
🎤 02:17:43 - tenure select component
🎤 02:24:26 - doing calculations
🎤 02:32:11 - pie chart