/multi-translation-app

Primary LanguageJavaScriptMIT LicenseMIT

Multi Translation App

Description

This application can compare and display the results of multiple translation APIs. The currently supported translation APIs are shown below.

Demo

It can only work in local environment.

http://localhost:3000/

Page

Usage

  1. Type the following command to clone the repository
git clone git@github.com:GitGrass/multi-translation-app.git
  1. Move to the directory where you cloned the repository as follows
cd workspace/multi-translation-app
  1. Enter the following command to run the app in the development mode
4 npm start
  1. Open http://localhost:3000 to view it in your browser
  2. Please select the language you want to translate
  3. Enter the text you want to translate
  4. Press the Translate button
  5. Each translation result is displayed

Install

( This project was bootstrapped with Create React App )

  1. Install Node.js from https://nodejs.org/en/
  2. Check the version of node and npm with the command below
$ node -v
$ npm -v

License

MIT

Author