Skip to content

up2dul/ticket-dashboard

Repository files navigation

🎫 Ticket Dashboard

About

Main tech stack

  • React v18.2.0
  • Vite v5.2.0
  • Tailwind CSS v3.4.3
  • TypeScript v5.2.2

Some common libraries

  • Generouted & React Router
  • i18next & react-i18next
  • Lucide React
  • Radash
  • React Hook Form
  • Recharts
  • Tanstack Table
  • Zod

Development libraries

  • Biome
  • Commitlint
  • Husky
  • Lint Staged

Installation

Clone the repository

git clone https://github.com/up2dul/ticket-dashboard.git

# or if using SSH
git clone git@github.com:up2dul/ticket-dashboard.git

Move into the project directory

cd ticket-dashboard

Install dependencies

pnpm install

Start the development server

pnpm dev

The application will be available at http://localhost:5173.

Authentication

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.