A simple web-based text translation tool using a clean user interface and an API-powered backend.
- Select source and target languages
- Translate input text with a single click
- Minimal and elegant UI
- Backend powered by Flask or direct API requests
- HTML, CSS
- JavaScript
- Flask (optional)
- Translation API (LibreTranslate, Google Translate, DeepL, etc.)

- Open
index.html
in your browser. - Enter the text, choose languages, and click Translate.
You'll need to connect this to an API endpoint (see JS example below).
- Install Flask:
pip install flask