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.
- 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
Clone the repository and install dependencies:
git clone <repo-url>
cd <project-folder>
pnpm installStart the development server:
pnpm run dev