Rukiaval
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.
index.ts
https://Rukia95--5537791e348811f0a4799e149126039e.web.val.run
A simple application that allows users to:
- Post job opportunities
- View all job postings
- Participate in a public chat room to discuss opportunities
backend/
: Server-side codedatabase/
: SQLite database setup and queriesindex.ts
: Main HTTP entry point using Hono
frontend/
: Client-side codecomponents/
: React componentsindex.html
: Main HTML templateindex.tsx
: Frontend entry point
shared/
: Shared types and utilities
- Create and view job postings
- Real-time chat room for discussing opportunities
- Simple user identification
- Backend: Hono, SQLite
- Frontend: React, TailwindCSS
- Shared: TypeScript