Skip to main content

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.

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.

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

1

Load employees

When the app starts, it fetches employee data from public/employees.json and displays all employees sorted alphabetically.
2

Browse the schedule

Each employee card shows their name, phone number, email address, and which days of the week (Monday–Friday) they work.
3

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.
4

Add new employees

Click Add Employee to open a form where you can enter a new employee’s contact details and select their workdays. They’re added to the list immediately.

Build docs developers (and LLMs) love