An open API service indexing awesome lists of open source software.

https://github.com/bakna2t/translator

Mobile/web translation app with many languages ​​and light/dark mode switching
https://github.com/bakna2t/translator

Last synced: 3 months ago
JSON representation

Mobile/web translation app with many languages ​​and light/dark mode switching

Awesome Lists containing this project

README

        

# Text Translator Application

#### What has been implemented:

- minimalistic, simple and familiar app design
- ability to switch light/dark theme using JS
- used free _**Google Translate API**_ to recive the response from server
- ability to upload documents of various formats (ms office, pdf, txt) to the application using the _**"Choose File"**_ button
- ability to download a document in txt format to the application using the _**Download**_ button
- ability to swap language position between blocks of app
- a character counter for text input
- click here to try => [_**Text Translator App**_](https://bakna2t.github.io/translator/)

---