2026-03-14 02:56:05 +09:00
2026-03-11 02:20:24 +09:00
2026-03-14 02:56:05 +09:00
2026-03-08 19:40:53 +09:00
2026-03-09 17:38:42 +09:00
2026-03-10 02:31:21 +09:00
2026-03-10 01:46:40 +09:00
2026-03-14 02:56:05 +09:00
2026-03-08 19:40:53 +09:00
2026-03-10 18:08:22 +09:00
2026-03-08 19:40:53 +09:00

Personal Support Ticket System

For demo purposes. A support ticket system that lets the user experience both the user and admin side features.

Features

  • Auth and Non-Auth'd User States
    • Auth Users
      • Tickets and replies are stored in database
      • Able to see all tickets created by all users in the Admin tab
      • Tickets, can create 10 max
      • Ticket replies, can reply 20 max per ticket
    • Non-Auth Users
      • Tickets and replies are stored in localstorage (browser)
      • Admin tab only shows localstorage tickets
      • Tickets and replies have no creation limit

Dev

bun run dev

Description
Personal project for public display.
Readme 1.1 MiB
Languages
TypeScript 96.3%
HTML 1.3%
Shell 1%
CSS 0.6%
JavaScript 0.4%
Other 0.4%