Skip to content

murtazahussainii/bio-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bio-Device

This repository contains the front-end implementation of a biomedical interface prototype developed using React. It was created for an academic project as part of the Introduction to Biomedical Engineering course. The purpose of this project is to simulate the UI of a biomedical monitoring or diagnostic device.


Project Overview

The application presents a modular and responsive user interface designed to represent real-time physiological data or system outputs from biomedical sensors. While the backend is not implemented, this project focuses on UI structure, layout, and data visualization readiness.


Features

  • Developed using the Create React App framework
  • Simulated interface for displaying sensor readings
  • Clean and responsive UI for medical device applications
  • Structured and maintainable codebase for future integration

Technologies Used

  • React.js – Front-end library
  • JavaScript (ES6) – Logic and scripting
  • CSS – Styling and layout
  • HTML – Base structure

Folder Structure

bio-device/
├── public/               # Static files and HTML template
├── src/                  # Source code and components
│   └── App.js            # Main application component
│   └── components/       # Custom UI components (if any)
├── package.json          # Project configuration and dependencies
├── README.md             # Project documentation

Getting Started

Prerequisites

  • Node.js (v14 or newer)
  • npm (or yarn)

Installation

git clone https://github.com/murtazahussainii/bio-device.git
cd bio-device
npm install

Running the App

npm start

This will start the development server and open the application in your browser at http://localhost:3000.


Academic Context

This project was completed as part of the biomedical systems design coursework at York University. It was intended to demonstrate the front-end capabilities for interacting with biomedical devices or displaying real-time health metrics in a user-friendly interface.


About

Biomedical Engineering Course Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published