## π¦ Project Structure
```text
shortly/
ββ client/ # React + Vite app
β ββ public/
β β ββ screenshots/ # README images live here
β ββ src/ # components, pages, store, api
ββ server/ # Express API
ββ src/ # routes, models, middlewares, utilscd server
cp .env.example .env # or create .env
npm install
npm run dev
# API β http://localhost:5000cd client
cp .env.example .env # or create client/.env
npm install
npm run dev
# Web β http://localhost:5173client/.env
VITE_API_BASE=http://localhost:5000| Page | Preview |
|---|---|
| Dashboard (Light) | ![]() |
| Create Link | ![]() |
| Create Account | ![]() |
| Edit Link | ![]() |
| Home (Dark) | ![]() |
| Home (Light) | ![]() |
| Login | ![]() |
| Recent Clicks | ![]() |







