Skip to content

StOm-dev33/Ticket-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Implementation - TicketApp

This is a minimal React + Vite implementation of the Ticket Management app.

Quick start (Windows PowerShell):

cd react-app
npm install
npm run dev

Local storage keys used:

  • ticketapp_session - authentication token
  • ticketapp_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.

About

Ticket management with react app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors