Ticketing application designed to manage helpdesk tickets efficiently.
It allows users (agent, customer) to create, track, and resolve (CRUD operations) issues in a structured and collaborative environment.
This reflects my past as Helpdesk technician with Nantes Manpower during 10 months (2024-2025).
- Front-End : TypeScript, React 19, Tailwind CSS (Shadcn)
- DevOps / DevTools : Git / GitHub, (P)NPM, Linux (Fedora)
-
Before project running, you'll need : Fetch backend
-
Create a
.envfile at the root as following :
VITE_SERVER_API=http://localhost:8080/api- Clone the repository using :
git clone https://github.com/loickcherimont/ticketing.git- Go in the project and run it :
cd ticketing
npm i
npm run dev- The app will be available at http://localhost:5173/customer
- Create, assign, and manage tickets
- Track ticket status (Open, In Progress, Resolved)
- Simple and modern UI built with React and Tailwind CSS
Copyright © 2026 | Loick CHERIMONT | All Rights Reserved.
