Community Job Board

A simple, community-driven job board where anyone can post and browse job opportunities.

Features

  • 📝 Post new job listings
  • 👀 Browse all available jobs
  • 🏷️ Filter jobs by type (Full-time, Part-time, Contract, Freelance)
  • 📱 Responsive design
  • 💾 Persistent storage with SQLite

Structure

  • backend/ - Hono API server with job CRUD operations
  • frontend/ - React-based job board interface
  • shared/ - Shared TypeScript types and utilities

API Endpoints

  • GET / - Serve the main application
  • GET /api/jobs - Get all jobs (with optional type filter)
  • POST /api/jobs - Create a new job posting
  • DELETE /api/jobs/:id - Delete a job posting

Usage

  1. Visit the job board to see all current postings
  2. Click "Post a Job" to add a new opportunity
  3. Use the filter dropdown to view specific job types
  4. Jobs display company, title, location, type, and description