0%
VS
back to projects

language translation tool

/overview

a real-time language translation application built for my internship program at codealpha. it demonstrates a clean full-stack architecture that instantly translates text between multiple languages.

/implementation

the frontend is a responsive react application that communicates with a custom node.js/express backend api. the backend handles translation requests securely by interfacing with the google translate api.

/the tech stack

frontend

  • framework: react.js
  • requests: axios

backend

  • environment: node.js
  • framework: express.js
  • api integration: @vitalets/google-translate-api