The Language Translation Web App is a simple web application that enables users to translate text from one language to another. Users can enter text, select their desired target language, and click a "Translate" button to get the translation.
- Input text area for users to enter the text they want to translate.
- A dropdown menu to select the target language.
- A "Translate" button to initiate the translation.
- Display of the translation result.
- HTML: The structure of the web page.
- CSS: Styling and design of the user interface.
- JavaScript: Handling user interactions and translation requests.
- Bootstrap: Used for responsive design and styling.
- jQuery: Used for DOM manipulation.
-
Clone the repository:
git clone https://github.com/i-amit88/CPT-Project.git
- Open the web app in your browser.
- Enter the text you want to translate in the "Enter Text" textarea.
- Select the target language from the dropdown menu.
- Click the "Translate" button.
- The translated text will be displayed below the button.