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