Vital Plus is an innovative application designed to assist nurses in continuously monitoring and supporting patients, especially during the crucial first weeks after hospital discharge. Leveraging the power of neural networks provided by Brain.js, Vital Plus empowers nurses to diagnose diseases through patient-provided symptoms.
- Continuous Monitoring: Vital Plus enables nurses to monitor patients' health status continuously, ensuring timely intervention when necessary.
- Symptom-Based Diagnosis: By inputting patient symptoms into the application, nurses can utilize the neural network to aid in disease diagnosis.
- Real-Time Support: Nurses can provide real-time support to patients remotely, enhancing patient care and reducing the need for frequent hospital visits.
- User-Friendly Interface: The application features an intuitive and user-friendly interface, making it easy for nurses to navigate and utilize its functionalities.
- React.js: Frontend development framework for building the user interface.
- Node.js: Backend JavaScript runtime environment for server-side logic.
- GraphQL: Query language for APIs, used for efficient data fetching in Vital Plus.
- Brain.js: Neural network library for implementing machine learning algorithms.
- Bootstrap 5: Frontend component library for responsive and mobile-first design.
Check out the live demo of Vital Plus hosted on Netlify: Vital Plus Demo
To get started with the frontend locally, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Navigate to the
clientdirectory. - Install frontend dependencies using
npm install. - Start the frontend development server using
npm start. - Access the frontend application at
http://localhost:5173.
To get started with the backend locally, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Navigate to the
serverdirectory. - Install backend dependencies using
npm install. - Start the backend development server using
npm start. - Access the backend application at
http://localhost:3000.
Note: Vital Plus is an academic project developed by Dilshan, Haneef, Dhruvil and Deanne of Centennial College.
