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
- Host: GitHub
- URL: https://github.com/bakna2t/translator
- Owner: bakNa2t
- Created: 2023-06-08T12:27:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T14:36:16.000Z (over 1 year ago)
- Last Synced: 2023-12-17T15:35:23.280Z (over 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)---