Timukas is a project created for Microsoft's Fix Hack Learn 2023 hackathon. It is a android app that helps people learn Estonian words in a fun and interactive way by playing hangman. The app is built using Flutter together with Firebase as a backend. The app also uses SONAPI - An API for the Estonian language developed by Benedikt Geiger to get some extra information about the words and Azure AI Text Translation. For word generation I am using Eesti Keele Instituut word soned2013top1000.txt
or lemmad2013.txt
file.
git clone https://github.com/RasmusKoit/Timukas timukas
cd timukas
cp example.env .env
flutter run