A simple application that allows users to:
- Post job opportunities
- Browse job listings
- Participate in a public chat room to discuss opportunities
/backend - Server-side code (Hono.js API)
/frontend - Client-side code (React)
/shared - Shared types and utilities
- Post new job listings
- View all job listings
- Real-time chat room
- Simple username-based identity
- Backend: Hono.js, SQLite
- Frontend: React, Tailwind CSS
- Shared: TypeScript