Job Board with Chat Room

A simple application that allows users to:

  • Post job opportunities
  • Browse existing job postings
  • Participate in a public chat room to discuss opportunities

Features

  • Job posting creation and listing
  • Public chat room for discussions
  • Simple user identification

Project Structure

  • /backend: Server-side code using Hono
    • /database: SQLite database setup and queries
    • /routes: API endpoints
  • /frontend: Client-side code
    • /components: Reusable UI components
    • index.html: Main entry point
  • /shared: Code shared between frontend and backend

Technologies Used

  • Backend: Hono (TypeScript)
  • Database: SQLite
  • Frontend: HTML, JavaScript, Tailwind CSS
  • Authentication: Simple username-based identification

Getting Started

Visit the app and start by entering your name to identify yourself in the chat and job postings.