- React v18.2.0
- Vite v5.2.0
- Tailwind CSS v3.4.3
- TypeScript v5.2.2
- Generouted & React Router
- i18next & react-i18next
- Lucide React
- Radash
- React Hook Form
- Recharts
- Tanstack Table
- Zod
- Biome
- Commitlint
- Husky
- Lint Staged
git clone https://github.com/up2dul/ticket-dashboard.git
# or if using SSH
git clone git@github.com:up2dul/ticket-dashboard.git
cd ticket-dashboard
pnpm install
pnpm dev
The application will be available at http://localhost:5173
.
Login using the existing accounts:
Admin
- Email:
admin@gmail.com
- Password:
adminadmin
Guest
- Email:
guest@gmail.com
- Password:
guestguest
These accounts are used for testing purposes only and stored in src/lib/data.ts
.