Skip to content

Surgery Status Board: a Chingu team-built React app for tracking surgical operations. This fork highlights my contributions and allows me to continue expanding on the project independently.

Notifications You must be signed in to change notification settings

shayla-develops-webs/surgery-status-board

 
 

Repository files navigation

🏥 Surgery Status Board

Overview

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.


✨ Features

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

🚀 Demo

Live Demo: https://v56-tier1-team-01.vercel.app/

Test Logins

Admin Username: [email protected] Password: Admin411

Surgical Team Member (STM) Username: [email protected] Password: Team123


🖼️ Screenshot

Surgery Status Board Screenshot


🛠️ Running the Project

1. Clone the repository

git clone https://github.com/chingu-voyages/V56-tier1-team-01.git cd V56-tier1-team-01

2. Install Dependencies

npm install

3. Start the development server

npm run dev

4. Open in your browser

Go to the URL shown in your terminal.

📦 Dependencies

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.

Our Team

About

Surgery Status Board: a Chingu team-built React app for tracking surgical operations. This fork highlights my contributions and allows me to continue expanding on the project independently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.0%
  • HTML 0.4%