Week 1: Introduction to React & Setting Up the Environment
- Key Concepts: React, JSX, Components, Rendering Elements, Props
- Project: Create a basic "Hello World" app in React.
Resources:
Week 2: Components and Props
- Key Concepts: Functional Components, Props, Component Composition
- Project: Build a "User Profile Card" app using props.
Resources:
Week 3: State and Event Handling
- Key Concepts: useState, Handling Events, State vs Props
- Project: Create a "Counter App" with buttons for incrementing, decrementing, and resetting the counter.
Resources: