Public
Like
untitled-7712
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 application.
index.html- Main HTML templateindex.js- Frontend JavaScript logic
Simple username-based authentication. User data is stored in localStorage for persistence.
- View all job listings
- Create new job listings
- View detailed job information
- Real-time chat for discussing job opportunities
- Messages are polled every 5 seconds
- User-specific styling for messages
- Vanilla JavaScript for logic
- Tailwind CSS for styling
- Marked.js for Markdown rendering in job descriptions