tucamano is a web app designed to help users learn sign languages.
It allows you to search for signs across different sign languages, watch videos from signdict.org, and create flashcards to practice and memorize them.
Currently, tucamano is still in the prototype stage – many features are planned but not yet fully implemented.
- Search for signs by entering a word
- Change sign language
- Save signs in to flash cards
- Learn using videos
Before you install and run this project, make sure you have the following:
- nvm (Node Version Manager) – optional but recommended
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash - Node.js (version 22 or higher)
- npm (comes with Node.js)
- ionic (7 or higher)
(This setup assumes a typical web app project. Adjust if your setup differs.)
-
Clone the repository:
git clone https://github.com/Ninosaurier/tucamano.git
-
Change directory:
cd tucamano -
Install dependencies (Node.js required):
npm install
-
Start the development server:
ionic serve -- --proxy-config proxy.conf.json
-
The app should then be available locally, for example at
http://localhost:8100
This project is licensed under the GPL-3.0 License.
You are free to use, modify, and redistribute the code, as long as any modifications are also released under the same license.
See the LICENSE file for details.
tucamano is still an early prototype.
Some features are not yet implemented, and the app is primarily intended for experimentation and further development. Contributions and feedback are very welcome!
| Topic | Description |
|---|---|
| What is tucamano? | Web app for learning sign languages (search, videos, flashcards) |
| Installation | Clone → npm install → ionic serve -- --proxy-config proxy.conf.json |
| License | GPL-3.0 |
| Development status | Prototype – many features still in progress |