job
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: v2View latest version
A simple application that allows users to:
- Post job opportunities
- View job listings
- Participate in a public chat room to discuss opportunities
backend/- Server-side codeindex.ts- Main HTTP entry point using Honodatabase/- SQLite database operations
frontend/- Client-side codeindex.html- Main HTML templateindex.tsx- Frontend entry pointcomponents/- React components
shared/- Shared types and utilities
- Create and view job postings
- Real-time public chat room
- Simple user identification
- Backend: Hono, SQLite
- Frontend: React, TailwindCSS
- Shared: TypeScript