Job Board · Shift WorkInternational
CasualCareers.com
A job board built specifically for shift, part-time, and casual work — the kind of hiring that doesn't fit Indeed or Craigslist. Employers pay to list a shift or role; candidates browse and apply for free.

هذا المنتج ما زال قيد التطوير — سننشر دراسة الحالة الكاملة عند إطلاقه.
typescript
interface ShiftListing {
id: string;
title: string;
employer: string;
schedule: string; // e.g. "Fri 4pm-11pm"
payRate: number;
location: string;
}
// Employers pay per listing — candidates apply free
const PRICING = {
singleListing: 49, // one 30-day listing
unlimited: 129, // per month, unlimited live listings
};التقنيات المستخدمة
Job BoardShift WorkFull Stack