{"id":26139827,"url":"https://github.com/devgoyalg/language-translator-app","last_synced_at":"2026-01-28T07:08:47.933Z","repository":{"id":251489637,"uuid":"837569906","full_name":"DevGoyalG/Language-Translator-App","owner":"DevGoyalG","description":"Language Translator App using HTML, CSS and JavaScript","archived":false,"fork":false,"pushed_at":"2024-11-26T18:31:07.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T14:55:09.675Z","etag":null,"topics":["language-translator","language-translator-api","language-translator-app","language-translator-in-javascript","language-translator-javascript","language-translator-js","language-translator-project","language-translator-website"],"latest_commit_sha":null,"homepage":"https://languages-translators.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevGoyalG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-03T11:14:26.000Z","updated_at":"2024-11-26T18:31:11.000Z","dependencies_parsed_at":"2025-03-12T04:30:59.669Z","dependency_job_id":null,"html_url":"https://github.com/DevGoyalG/Language-Translator-App","commit_stats":null,"previous_names":["devgoyalg/language-translator-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FLanguage-Translator-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FLanguage-Translator-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FLanguage-Translator-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FLanguage-Translator-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevGoyalG","download_url":"https://codeload.github.com/DevGoyalG/Language-Translator-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804773,"owners_count":21164131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["language-translator","language-translator-api","language-translator-app","language-translator-in-javascript","language-translator-javascript","language-translator-js","language-translator-project","language-translator-website"],"created_at":"2025-03-11T02:37:21.344Z","updated_at":"2026-01-28T07:08:42.914Z","avatar_url":"https://github.com/DevGoyalG.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F\u0026message=If%20Useful\u0026style=style=flat\u0026color=BC4E99)\n![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)\n[![View My Profile](https://img.shields.io/badge/View-My_Profile-green?logo=GitHub)](https://github.com/DevGoyalG)\n[![View Repositories](https://img.shields.io/badge/View-My_Repositories-blue?logo=GitHub)](https://github.com/DevGoyalG?tab=repositories)\n\n\n\u003ch1 align=\"center\"\u003e Language Translator App \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e \u003cb\u003e If you found this repository helpful, give us a  ⭐️ \u003c/b\u003e \u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://readme-typing-svg.demolab.com?font=Segoe+script\u0026duration=1000\u0026pause=1000\u0026center=true\u0026vCenter=true\u0026random=false\u0026width=435\u0026lines=Goal+%3A+10+%E2%98%85\" alt=\"Typing SVG\" /\u003e\u003c/a\u003e \u003c/p\u003e\n\nA simple Language Translator app that allows users to translate text between different languages. The app integrates with a translation API to fetch translations in real time. In addition, it includes functionality to copy the translated text and speak the translated text aloud using the browser's text-to-speech feature.\n\n## 🌐 Live Demo\nCheck out the live demo of the Language Translator App [here](https://languages-translators.netlify.app/).\n\n## 📸 Project Preview\nHere's a sneak peek of the Language Translator App:\n\n![Project Preview](assets/Language-Translator.png)\n\n## 🚀 Features\n- Allows users to translate text between multiple languages.\n- Provides a copy button to copy the translated text to the clipboard.\n- Uses Text-to-Speech to speak the translated text aloud.\n- Supports real-time translation with automatic language detection.\n- Simple and responsive design for both desktop and mobile devices\n\n## 🛠️ Tech Stack\n- **HTML** : For the structure of the translation form and layout.\n- **CSS** : For styling the page and making the user interface clean and user-friendly.\n- **JavaScript** : For handling user input, interacting with the translation API, and implementing the text-to-speech and copy functionalities.\n\n## 🧑‍💻 Getting Started\n\nFollow the steps below to clone and use the project locally:\n\n### 1. Prerequisites\nMake sure you have **Git** installed. If not, you can download it [here](https://git-scm.com/).\n\n### 2. Clone the Repository\n```bash\ngit clone https://github.com/DevGoyalG/Language-Translator-App.git\n```\n\n### 3. Set up the API Key\n- Sign up for a free account at Google Cloud Translate API or use an open-source option like LibreTranslate.\n- After getting your API key, configure it in your JavaScript file (app.js) where the API key needs to be inserted.\n\n\n## 🤝 Contributing\nContributions are welcome! If you have suggestions or want to report an issue, feel free to open an issue or create a pull request.\n\n## 👨‍💻 Created by\nThis project was created and is maintained by:\n**Dev Goyal**\n\nFeel free to reach out if you have any questions or suggestions! ❤️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgoyalg%2Flanguage-translator-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgoyalg%2Flanguage-translator-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgoyalg%2Flanguage-translator-app/lists"}