Work Schedule Organizer is a React-based web application that helps you track which employees work on which days of the week. You can view all employees at a glance, add new team members, and instantly filter the list by workday to see who’s available on any given day.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/y-broad/workschedule/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what Work Schedule Organizer does and how it’s structured.
Quickstart
Get the app running locally in under five minutes.
Employee List
Browse all employees with their contact info and work schedule.
Add Employee
Add new employees with their contact details and workdays.
Filter by Workday
Filter the employee list to show only those working on specific days.
Employee Data Format
Understand the JSON format used to define employee records.
How it works
Load employees
When the app starts, it fetches employee data from
public/employees.json and displays all employees sorted alphabetically.Browse the schedule
Each employee card shows their name, phone number, email address, and which days of the week (Monday–Friday) they work.
Filter by workday
Use the workday checkboxes at the top to narrow the list to employees working on specific days — great for planning daily coverage.
