Skip to content

WhatIsAPanda/kinetiq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KINETIQ

Physical therapy recovery platform — marketing site and patient dashboard.

Project structure

kinetiq/
├── index.html          # Landing / marketing page
├── css/
│   └── styles.css      # All styles
├── js/
│   ├── data.js         # Exercises, videos, sample data
│   ├── landing.js      # Landing page (auth modal, scroll reveal)
│   └── app.js          # App pages (charts, exercises, chat, etc.)
├── app/
│   ├── dashboard.html
│   ├── videos.html
│   ├── notes.html
│   ├── plan.html
│   ├── milestones.html
│   ├── progress.html
│   └── messages.html
└── partials/           # HTML snippets used to build pages

Run locally

Open index.html in a browser, or serve the folder with any static server:

python3 -m http.server 8080

Then visit http://localhost:8080.

From the landing page, use Get Started or Log In (or the demo bypass) to open app/dashboard.html.

Notes

  • App state (completed exercises, progress logs) is stored in localStorage.
  • Chart.js is loaded from CDN on app pages only.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors