/code-translator

Translate code from one language to another.

Primary LanguageTypeScript

Code Translator

Single page app that translates code from one language to another. Try it here.

Features

  • Stores API key locally
  • Translate from one language to another

Screenshot

home

Run Locally

Install dependencies

  npm install

Start the development server

  npm run dev