FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
bwalya15
bwalya15Jobchatapp
Public
Like
Jobchatapp
Home
Code
4
backend
4
frontend
3
shared
2
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Sign up now
Code
/
Code
/
Search
README.md

Job Board with Chat

A simple application that allows users to:

  • Post job opportunities
  • View job listings
  • Participate in a public chat room to discuss opportunities

Features

  • Job posting form (title, company, description, contact info)
  • Job listings page
  • Public chat room with username requirement
  • Simple user identification (name-based)

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Schema definitions
│   │   └── queries.ts       # DB query functions
│   ├── routes/
│   │   ├── jobs.ts          # Job posting routes
│   │   ├── chat.ts          # Chat message routes
│   │   └── static.ts        # Static file serving
│   └── index.ts             # Main entry point
├── frontend/
│   ├── components/
│   │   ├── JobForm.js       # Job posting form
│   │   ├── JobList.js       # Job listings
│   │   └── ChatRoom.js      # Chat functionality
│   ├── index.html           # Main HTML template
│   ├── app.js               # Frontend JS entry point
│   └── style.css            # Additional styles
└── shared/
    └── types.ts             # Shared types and interfaces

Technologies Used

  • Backend: Hono (API framework)
  • Database: SQLite
  • Frontend: HTML, JavaScript, Tailwind CSS
  • Real-time updates: Polling for new messages/jobs
Code
backendfrontendsharedREADME.md
Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.