PMS+ is a responsive web-based dashboard built with Next.js that allows doctors to manage appointments, patient rounds, lab results, and staff messaging in one place. Designed for clarity and efficiency, it includes data visualizations and secure role-based access.
-
🩺 Patient Records Management
-
📅 Manage appointments
-
🧪 Review lab test results
-
🔐 Secure login for doctors
-
🔒 Role-based Access Control
-
🖥️ Responsive UI with Tailwind CSS
-
Next.js
-
Tailwind CSS
-
Recharts
-
MockAPI for simulating backend conversations
-
Clone the repository:
git clone https://github.com/Juliarriibeiro/Patient-Management-System.gitcd PMS -
Install dependencies:
npm install -
Run the development server:
npm run dev -
Open in your browser:
http://localhost:3000
/pages – Main application routes
/data – Mock users and appointments
/public – Static assets
/styles – Global styling
Deployed via Vercel with automatic CI/CD integration.
Julia Ribeiro