Project Setup
create a React + Vite (JavaScript) project.
🚀 1. Run this command in your terminal:
✔ npm create vite@latest my-react-app

🚀 2. Then choose:
✔ Project name: › my-react-app
✔ Select a framework: › React
✔ Select a variant: › JavaScript
🚀 3. Go into the project:
✔ cd my-react-app

10
