aryamehta0302/CodeAlpha_Language-Translation-Tool — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a clean language translation web app. I want a simple page where someone can type or paste text, choose the language they are translating from, choose the language they want, and press a button to see the translated result.

Use a React and Vite front end with a responsive Tailwind style layout, and a Node Express TypeScript back end. The back end should call Microsoft Azure Translator using environment variables for the key, region, endpoint, and port. Please also support auto detecting the source language if the user does not pick one.

Add a small translation history on the page so recent translations show as reusable cards. Include clear loading and error states, a health check route for the server, and make sure the client talks to the server through a configurable API URL.

Set up the project so I can run the client and server locally with npm commands. Look up current Azure Translator docs online if needed.

Want more depth? Deep Reverse