Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
cricks_unmixed4u
value-sort
Remix of cricks_unmixed4u/ai-prompted
Public
Like
Remix
Close sidebar
value-sort
Home
Code
9
.cursor
1
backend
2
frontend
3
shared
1
.cursorrules
.vtignore
deno.json
knowledge.md
main.tsx
Branches
1
Pull requests
Remixes
History
Environment variables
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.
Sign up now
Merge
value-sort/main
into
ai-prompted/main
knowledge.md
+37
-0
ai-prompted/main
value-sort/main
backend
backend/database
backend/database/migrations.ts
+139
-0
backend/database/queries.ts
+486
-0
H
backend/index.ts
+150
-0
frontend
frontend/components
frontend/components/App.tsx
+607
-0
frontend/components/Header.tsx
+41
-0
frontend/components/RankingView.tsx
+70
-0
frontend/components/SessionList.tsx
+112
-0
frontend/components/SessionResultView.tsx
+108
-0
frontend/index.html
+14
-0
frontend/index.tsx
+8
-0
shared
shared/types.ts
+163
-0