Public
Like
App
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://WisdomMario--7a7ee258347311f0a53e9e149126039e.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 username-based identification
- Mobile-responsive design
- Frontend: HTML, JavaScript, Tailwind CSS
- Backend: Hono (TypeScript)
- Database: SQLite
- Styling: Tailwind CSS
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Schema definitions
│ │ └── queries.ts # DB query functions
│ ├── routes/ # Route modules
│ │ ├── jobs.ts # Job posting endpoints
│ │ ├── chat.ts # Chat message endpoints
│ │ └── static.ts # Static file serving
│ └── index.ts # Main entry point
├── frontend/
│ ├── components/
│ │ ├── jobs.js # Job posting components
│ │ └── chat.js # Chat components
│ ├── index.html # Main HTML template
│ ├── app.js # Frontend JS entry point
│ └── style.css # Custom styles
└── shared/
└── types.ts # Shared types and interfaces
- Visit the app URL
- Enter your username to identify yourself
- Browse job postings or create a new one
- Join the chat room to discuss opportunities with others