Skip to content

ivaaak/JSON-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Translate - React / Express / ClaudeSDK - Automatic translation of JSON formatted files (for example files used by i18n).

A Web App built with React as a Frontend and Express as a Backend. It uses the Anthropic Claude SDK for translating the phrases in a translations JSON file.

Screenshots:

Getting Started:

You need the following API keys to add to a .env file in the backend folder:

ANTHROPIC_API_KEY=your_api_key_here

You can run the below commands from the base directory and start the project:

npm i
npm start

This installs and starts both the FE and BE using the npm tool 'concurrently'. Or you can run the commands separately in the frontend / backend folders to have them running in separate instances/terminals.

Built With:

  • [] React (Vite, Typescript)
  • [] Express API
  • [] Claude SDK / API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published