Skip to content

A simple and efficient web app that translates text between multiple languages using a translation API. Built with JavaScript and a clean UI, it supports real-time translation and is perfect for quick language conversions.

License

Notifications You must be signed in to change notification settings

Vishnu-V-N/language-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Translator

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.

Features

  • Input form for entering text and selecting target language.
  • Displays the translated text.
  • Text-to-speech functionality to listen to the translated text.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/language-translator.git
    
  2. Navigate to the project directory:
    cd language-translator
    
  3. Install the dependencies:
    npm install
    

Usage

  1. Start the development server:
    npm start
    
  2. Open your browser and go to http://localhost:3000 to view the application.

API Integration

This application integrates with the Google Translate or LibreTranslate API to perform translations. Make sure to set up your API keys if required.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

A simple and efficient web app that translates text between multiple languages using a translation API. Built with JavaScript and a clean UI, it supports real-time translation and is perfect for quick language conversions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published