A translator built with React and Node.js
- Created a server using Node.js and deployed it using fly.io, providing a backend for a translation function
- Used Naver Papago API to enable translation functionality, allowing users to translate content in real-time
- Utilized Axios to send content to the translation server and retrieve the translated results