Ticket
A browser based ticket system for a single person for fast creation of a ticket list.
Intended for programmers, but can be used by anyone.
What you can do
- Create, delete and edit tickets / tasks
- Export and import all tasks with a JSON string
- Sort tickets by subject, modified date or state
- Give tickets a text, priority and state
- No server needed, everything is stored in the browsers
localStorage
- Be sure that nobody (except your browser) can access your data
- Host it simple on your own (just standalone HTML, CSS, JS)...
- ...or use Github as a host
What you can't do
- Collaborate with other people
- Be sure your tickets are saved somewhere central (use import / export)
Full screenshot
|
Github
|
To the Application