Frontend

This directory contains the client-side code for the Job Board application.

Structure

  • index.html - Main HTML template
  • index.js - Frontend JavaScript logic

Features

User Authentication

Simple username-based authentication. User data is stored in localStorage for persistence.

Job Listings

  • View all job listings
  • Create new job listings
  • View detailed job information

Chat Room

  • Real-time chat for discussing job opportunities
  • Messages are polled every 5 seconds
  • User-specific styling for messages

Technologies Used

  • Vanilla JavaScript for logic
  • Tailwind CSS for styling
  • Marked.js for Markdown rendering in job descriptions