Public
Like
Empress
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.
A simple application that allows users to:
- Post job opportunities
- Browse job listings
- Participate in a public chat room to discuss opportunities
/backend- Server-side code (Hono.js API)/frontend- Client-side code (React)/shared- Shared types and utilities
- Post new job listings
- View all job listings
- Real-time chat room
- Simple username-based identity
- Backend: Hono.js, SQLite
- Frontend: React, Tailwind CSS
- Shared: TypeScript