So I’ve been working on an app that allows you to translate any word into a different language for a few days. I know it’s not a new concept.
But It’s awesome to be able to share it.
This is a short demo of the app. I plan to make the full build of the app and share the code, as well as how to create your own using any API of your choice and how to host it. Later during the week. Would have loved to get it done sooner but I need to get something done first.
In the meantime, please try the app until my API limits run out or my host shuts down.
https://worried-pond-vulture.glitch.me (use the experimental code column)
I was able to make two apps - one using my mind API and the other using DeepL API. DeepL is 10x more accurate than the former but costs more resources.
However, the main issue I am having is not making the API call during every refresh. If anyone can give advice that would be 100x awesome.