Public
Like
1
BugTracker
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://flymaster--9e2bd1da26df11f0a5b3569c3dd06744.web.val.run
A simple bug tracker.
SQL Tables:
CREATE TABLE bugs ( id integer primary key, title text, description text, type text, project text, status text, parent integer , closedtime TEXT)