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