Public
Like
JobPostingApp
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://deovaze--f16b0b8a344111f0b1b19e149126039e.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
/backend
: Server-side code using Hono/database
: SQLite database setup and queries/routes
: API endpoints
/frontend
: Client-side code/components
: Reusable UI componentsindex.html
: Main entry point
/shared
: Code shared between frontend and backend
- Backend: Hono (TypeScript)
- Database: SQLite
- Frontend: HTML, JavaScript, Tailwind CSS
- Authentication: Simple username-based identification
Visit the app and start by entering your name to identify yourself in the chat and job postings.