The Surgery Status Board is a web application built with React and Vite to help hospitals, surgical teams and loved ones track the real-time status of surgeries. It provides a central hub where admins can add and update patient information,surgical team members can update patient statuses and families can get updates on their loved ones.
This project was created during Chingu Voyage 56 collaboration to simulate building a real-world healthcare operations tool using a lean, agile workflow.
- Role-based Login — Different dashboards for Admins and Surgical Team Members.
- Real-time Status Updates — Track the progress of surgeries from check in to completion.
- Responsive Design — Accessible and easy to use on desktops, tablets, and mobile devices.
- Intuitive UI — Clean, straightforward navigation for quick decision-making.
Live Demo: https://v56-tier1-team-01.vercel.app/
Test Logins
Admin Username: admin@hospital.com Password: Admin411
Surgical Team Member (STM) Username: team@hospital.com Password: Team123
git clone https://github.com/chingu-voyages/V56-tier1-team-01.git cd V56-tier1-team-01
npm install
npm run dev
Go to the URL shown in your terminal.
React — UI framework for building the app’s components.
Vite — Lightning-fast development environment and bundler.
React Router — For routing between admin and surgical team dashboards.
Tailwind CSS with ShadCN components — For styling and responsive layouts.