This is a web application for translating text from one language to another. It utilizes the Google Translate API to perform the translations.
- Translate text from one language to another
- Support for a wide range of languages
- Simple and intuitive user interface
- Automatic language detection
- Option to save translation history
To run the Translate Web App locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Ta-h-a/translate-web-app.git
-
Navigate to the project directory:
cd translate-web-app
-
Install the dependencies:
npm install
-
Rename the
.env.example
file to.env
and replace the placeholder values with your own:cp .env.example .env
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
to see the application running.
The .env
file contains the following configuration options:
API_KEY
: Your Google Translate API key. You can obtain one by following the instructions on the Google Cloud Platform website.
- Node.js
- Express.js
- HTML
- CSS
- JavaScript
I just made this as i wanted to test my api lectures, i know it's really embarrassing to look at this project, please clone and make changes as you like.
- Name: Mohammed Taha
- Email: [email protected]