This directory contains the client-side code for the Job Board application.
index.html - Main HTML template
index.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