Skip to content

Ta-h-a/translate-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translate Web App

This is a web application for translating text from one language to another. It utilizes the Google Translate API to perform the translations.

Features

  • 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

Installation

To run the Translate Web App locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Ta-h-a/translate-web-app.git
  2. Navigate to the project directory:

    cd translate-web-app
  3. Install the dependencies:

    npm install
  4. Rename the .env.example file to .env and replace the placeholder values with your own:

    cp .env.example .env
  5. Start the development server:

    npm run dev
  6. Open your browser and visit http://localhost:3000 to see the application running.

Configuration

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.

Technologies Used

  • Node.js
  • Express.js
  • HTML
  • CSS
  • JavaScript

Contributing

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.

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published