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.
Viewing readonly version of main branch: v23View latest version
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