- Make sure your phone is on the same WiFi network as the computer running the app
- Open a browser and go to:
http://YOUR_COMPUTER_IP:8000 - Tap anywhere on the screen to get a new letter and image
On iPhone:
- Open Safari and go to the app URL
- Tap the Share button
- Tap Add to Home Screen
- Tap Add
On Android:
- Open Chrome and go to the app URL
- Tap the menu (three dots)
- Tap Install app or Add to Home screen
- Clone this repository
- Install Python (if you don't have it)
- Navigate to the project folder
- Run:
python -m http.server 8000 - Open your browser to
http://localhost:8000
The app uses 64 handshape images from the Global Signbank project's media/handshapes directory.
index.html- Main app HTML, CSS, and JavaScriptmanifest.json- PWA manifest for app installationservice-worker.js- Service worker for offline supportimages/- Directory containing all handshape images
This project uses handshape images from Global Signbank which are available under their respective licenses.