MedCore AI is an interdisciplinary platform that integrates Medicine with Computer Science. It provides a modern, AI-assisted interface for preliminary symptom checking, patient data management, and consultation scheduling.
This project covers the full SDLC as per requirements:
- Interdisciplinarity: Merging medical knowledge (symptom mapping) with software engineering (React, data management).
- Scope: Full lifecycle from requirements to documentation.
- Initialize Vite + React project in
c:\Github\pr_lab. - Configure
index.csswith a premium medical-themed design system (Glassmorphism, deep blues/teals, white).
- Patient Dashboard: Overview of health metrics and upcoming appointments.
- Symptom Checker UI: Stepper-based interface for inputting symptoms and receiving AI-simulated analysis.
- Doctor Discovery: Search and book specialists.
- Symptom Knowledge Base: A structured dataset mapping symptoms to potential conditions (Interdisciplinary component).
- Health Data Visualization: Charts for tracking patient vitals.
- Agile/Scrum: Use a
backlog.md(or the existing task list) to simulate sprints. - Documentation: Generate technical specs and a user manual.
- Run
npm run test(if unit tests are added). - Validate component rendering using browser subagent.
- Walk through the Symptom Checker flow to ensure logical transitions.
- Verify the responsiveness and "premium" feel of the UI.