Translator App is a React-Vite Language Translator project, using TailwindCSS, MyMemory API, Select various languages to translate from one another and in reverse way and deploy on Vercel.
Note: To check this web app live, click here: https://translator-arnob.vercel.app/
Before launching this web application, be sure to install all required dependencies, which are listed in the package.json file.
To install all dependences, run this command from your project folder: npm install
Make sure you have NodeJS installed in your machine first, The installation instructions are here: https://nodejs.org/en/
Run your project: npm run dev
Run on your browser Local: http://localhost:5173/
Visit the website: https://mymemory.translated.net/doc/spec.php
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh