Public
Like
app
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://treasure000--c027deaa366111f084e29e149126039e.web.val.run
A simple application that allows users to:
- Post job opportunities
- Browse and search job listings
- Participate in a public chat room to discuss opportunities
- Job Posting Board: Create, view, and search job postings
- Public Chat Room: Real-time chat for discussing opportunities
- Simple Authentication: Basic auth for posting jobs
/backend
: Server-side code (Hono.js API)/database
: SQLite database setup and queries/routes
: API endpoints
/frontend
: Client-side code (React)/components
: React components
/shared
: Shared types and utilities
- Backend: Hono.js, SQLite
- Frontend: React, Tailwind CSS
- Real-time Communication: Server-Sent Events (SSE)