Public
Like
Jobpostings
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://Ntando123--8834630a3f9511f08e2576b3cceeab13.web.val.run
A full-stack application for posting job opportunities and discussing them in a public chat room.
- π Post job listings with title, company, description, and requirements
- π¬ Public chat room for discussing opportunities
- π Browse and search job postings
- π± Responsive design
βββ backend/
β βββ database/
β β βββ migrations.ts # Database schema setup
β β βββ queries.ts # Database query functions
β βββ routes/
β β βββ jobs.ts # Job posting API routes
β β βββ chat.ts # Chat API routes
β βββ index.ts # Main Hono server
βββ frontend/
β βββ components/
β β βββ App.tsx # Main application component
β β βββ JobBoard.tsx # Job listings component
β β βββ JobForm.tsx # Job posting form
β β βββ ChatRoom.tsx # Chat room component
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
βββ shared/
βββ types.ts # Shared TypeScript types
- Backend: Hono (TypeScript API framework)
- Database: SQLite
- Frontend: React with TypeScript
- Styling: TailwindCSS
- Real-time: Polling for chat updates
The app is automatically deployed on Val Town. Visit the HTTP endpoint to access the application.