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