JobApp
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v9View latest version
This directory contains the client-side code for the Job Board with Chat application.
index.html- Main HTML file containing the entire frontend application
- Job listing display
- Job posting form
- Real-time chat interface
- Responsive design with Tailwind CSS
The frontend is built as a single HTML file with inline JavaScript for simplicity. It uses:
- Tailwind CSS for styling
- Fetch API for communication with the backend
- Polling for real-time chat updates (every 5 seconds)
The UI is divided into three main sections:
- Job Listings - Displays all posted jobs
- Post a Job Form - Allows users to create new job listings
- Chat Room - Enables real-time discussion about opportunities