Skip to content

cipher-tech/react_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translation module

MetaTranslate App

MetaTranslate App is an app bootstrapped with create-react-app. that translates from a source language to a target language.

It was inspired by Google translate

Getting Started

First, run the development server:

# first run: 
npm install

# then run
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Features

  • Live previews
  • Fullscreen mode
  • Cross platform
  • Typescripe Types
  • PWA support
  • Speech-to-text support
  • text-to-speech support
  • shortcut keys
  • quick phrases
  • word limit
  • debounced API calls
  • Instructions and more.

Tech Stack

Client: React,, Typescript, React Context, Styled Components