📄️ 1. Intro to React
A beginner's guide to why React is the world's favorite tool for building websites.
📄️ 2. Installation & Setup
See how React works in its simplest form without any complex installation.
📄️ 3. Thinking in Components
Learn how to decompose a user interface into a hierarchy of reusable components.
📄️ 4. JSX Syntax
Learn the syntax that allows you to write HTML-like code inside your JavaScript.
📄️ 5. Props & State
Learn how to pass data to components and how to handle data that changes.
📄️ 6. The useState Hook
Learn how to make your components interactive by managing state with the useState hook.
📄️ 7. React Challenge
Put your React skills to the test by building an interactive Profile Card Switcher.