Skip to content

houssamouhra/react-essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite App

This project was bootstrapped with Vite and uses React for the frontend. It was created as part of the React - The Complete Guide course on Udemy.

📚 What I Learned in This Project

React Essentials

  • Building User Interfaces with Components
  • Using, Sharing & Outputting Data
  • Handling User Events
  • Building Interactive UIs with State
  • Using Slots / Children for Flexible Layouts
  • Dynamically Rendering Components & HTML Elements
  • Setting Default Prop Values for Components

📦 Installation

Clone the repository and install dependencies:

git clone <repo-url>
cd <project-folder>
pnpm install

🚀 Run the app

Start the development server:

pnpm run dev