Skip to content

A simple React app to translate using DeepL translator

Notifications You must be signed in to change notification settings

hardingjam/DeepL-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepL Translator

This simple React app will translate given text to any language in the DeepL Translate library.

Get authorised

In the interest of security, I have not included an API Key in this version. You will find a config.js file in the src directory, with the following code:

export const config = {
    API_KEY: "Your API key goes here 😊",
};

Simply replace the value of API_KEY with your DeepL Free key to start translating.

Starting the app

First, download the repo using your chosen method, navigate to the folder containing the code, then run:

npm install

This installs dependencies. Then in the project directory, you can run:

npm start

This runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

About

A simple React app to translate using DeepL translator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published