thesanjeetc / The-SmartGlove-2.0

A fresh take on digital physiotherapy.

Home Page:https://thesmartglove.herokuapp.com/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The SmartGlove 2.0

Dashboard

What is it?

The SmartGlove is a prototype pressure sensing glove aimed at helping physiotherapists treat hand related injuries. This repo holds the code for web app, providing an interface to interact with the glove. For more details, visit our landing page for information, or https://thesmartglove.herokuapp.com/demo to try the demo. By joining the same room, multiple clients will be in sync in real-time.

Running it Locally

  1. Clone the repo.
  2. Run npm install
  3. Run cd client && npm install
  4. Start the express server and React server separately.
  5. Visit http://localhost:3000/demo

Glove Simulation

  1. Go to https://thesmartglove.herokuapp.com/room/ + {custom room ID}
  2. Connect to the sever, with this repl: https://repl.it/@thesanjeetc/thesmartglove, substituting with your custom room ID.

About

A fresh take on digital physiotherapy.

https://thesmartglove.herokuapp.com/demo

License:GNU General Public License v3.0


Languages

Language:JavaScript 97.4%Language:HTML 2.6%