URL: Surgery Update Board
Key Features:
- Real-time surgery status updates
- Patient information display with privacy controls
- Mobile-responsive design for various screen sizes
- Automatic data refresh using short polling
- Status-based color coding (scheduled, in-progress, completed, delayed, cancelled)
- Pagination for large patient lists
- Live clock display
Screen Shots
For testing purposes, use the following credentials:
Admin Account:
- Email:
- Password:
This project is built with:
- Vite
- TypeScript
- React
- Material UI
- Supabase
- Tailwind CSS
cd backend
npm install
npm run dev
Starts the backend server with hot reloading for development.
npm run build
npm run start
Builds the project and starts the production server.