Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 613 Bytes

PHYS-IT_REPO

A repository for the Phys-It web application The Phys-It web application helps physiotherapists during an appointment. They can enter information gathered and choose exercises for the patient. The exercises can then be printed out.

This project contains 4 html pages: index.html patientlist.html patientprofile.html diagnosis.html

The css is separated into separate files: app.css (used on multiple pages of the app) index.css list.css profile.css diagnosis.css

The javascript is separated into separate files: app.js (used on multiple pages of the app) index.js list.js profile.js diagnosis.js