Skip to content

anzyu-neu/cs5340_finalproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌍 SmartShift - React App

CS5340 β€” Spring 2025
Author: Andy Yu


πŸ“Œ Project Overview

SmartShift is an interactive, modular React-based web application built as part of a Human-Computer Interaction (HCI) course. It simulates a smart shift-scheduling interface, allowing users to assign employees to time slots using drag-and-drop functionality.

This project integrates the DayPilot Lite Calendar to represent a dynamic scheduling calendar, and is structured to support future features such as shift recommendations, availability filtering, and employee profiles.

Getting started

Install dependencies by running "npm install", then start the application by using "npm start"

The app will open at http://localhost:3000/.

How it works

  • App.js defines the layout and routing using react-router-dom.
  • MainLayout renders the header, control panel, and content area.
  • HomePage displays the current day's calendar view and weekly grid selector.
  • The EmployeeBar provides hardcoded draggable employee names.
  • DayCalendar (powered by DayPilot) allows dropping those names to schedule 1-hour shift blocks.
  • A sidebar allows task tracking with checklist modules similar to Google Tasks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published