This is a simple Language Translator application built with React. It utilizes the Google Translate or LibreTranslate API to translate text between different languages and includes a text-to-speech functionality.
- Input form for entering text and selecting target language.
- Displays the translated text.
- Text-to-speech functionality to listen to the translated text.
- Clone the repository:
git clone https://github.com/yourusername/language-translator.git - Navigate to the project directory:
cd language-translator - Install the dependencies:
npm install
- Start the development server:
npm start - Open your browser and go to
http://localhost:3000to view the application.
This application integrates with the Google Translate or LibreTranslate API to perform translations. Make sure to set up your API keys if required.
Feel free to submit issues or pull requests for improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.