Link Demo : https://sono-website.vercel.app/
Image for demo
A web application built with Next.js and TypeScript to manage sonography appointments, store sonography reports, and facilitate chat communication between doctors and patients. The system also supports a one-to-one and one-to-many chat feature, ensuring smooth communication and data management.
- Sonography Archive: Store, view, and manage sonography reports.
- Appointment Management: Schedule and manage appointments for sonography.
- Chat:
- One-to-One Chat: Enable direct messaging between doctors and patients.
- One-to-Many Chat: Facilitate group chats, e.g., with medical staff or multiple patients.
- Real-time Chat using Firebase for instant communication.
- Frontend: Next.js, TypeScript
- Backend/Database: Firebase (Authentication, Firestore, Real-time Database)
- UI/UX: Styled-components (or your chosen CSS framework)
Clone the repository and install the dependencies:
git clone https://github.com/your-username/sonography-management.git
cd sonography-management
npm install
# or
yarn install
# or
pnpm install