untitled-3074
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://adewoleef123--8aafd52234c011f092959e149126039e.web.val.run
A simple application that allows users to:
- Post job opportunities
- Browse existing job postings
- Participate in a public chat room to discuss opportunities
- Job posting creation and listing
- Public chat room for discussions
- Simple user identification (no login required)
- Mobile-friendly interface
/backend/
- Hono API server and database logic/frontend/
- HTML, CSS, and client-side JavaScript/shared/
- Types and utilities shared between frontend and backend
- Backend: Hono, SQLite
- Frontend: HTML, JavaScript, Tailwind CSS
- Data Storage: Val Town SQLite
- Browse job postings on the main page
- Create a new job posting using the form
- Join the chat room to discuss opportunities with others