Translator App

This is a web app that allows users to translate texts from one language to another. It has support for almost all languages and it uses Google Cloud translate api


image


Additional description about the project and its features.

Built With

  • Major languages (JavaScript)

  • Technologies/tools used

    - Nodejs
    - Git(version control)
    

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • A text editor(preferably Visual Studio Code)

Get cloud translate api key

  • Create a new Google Cloud Project
  • get the project name or id
  • enable Google Cloud Translate API
  • get the api key

Install

Clone this repository

$ git clone https://github.com/mugishasam123/Translator-app
.git
$ cd Translator-app

Environment variables

Environment variables used in the app is PROJECTID and TRANSLATE_API_KEY .

  • Create the .env file
  • Assign the cloud project id(or name) to the PROJECTID variable
  • Assign the cloud translate api to the TRANSLATE_API_KEY variable

Run project

$ npm install
$ npm run dev

Run Tests

$ npm run test

Authors

👤 ** Mugisha Samuel**


🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.


Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.