This is a minimal React + Vite implementation of the Ticket Management app.
Quick start (Windows PowerShell):
cd react-app
npm install
npm run devLocal storage keys used:
ticketapp_session- authentication tokenticketapp_tickets- JSON array of tickets
Test user:
- any email and password will create a session (this is a mocked auth)
Notes:
- The UI is intentionally minimal to demonstrate routing, protected routes, and CRUD using localStorage.
- Vue and Twig implementations will follow the same layout and assets.