🎨 Frontend Setup

## πŸš€ Initialize React Project & Install Dependencies

> [!tip] πŸ’» Copy & Paste into your IDE Terminal

cd ../frontend
npm create vite@latest

πŸ“¦ Or, using CRA

npx create-react-app .

πŸ”§ Install essentials

npm install axios react-router-dom

[!info] ✨ Why these packages?