Skip to content

MrVega01/google-translate-clone

Repository files navigation

Google Translate Clone built with React + TypeScript + Vite

Translations works with Cohere IA API, that's not the best choice to make translations, but it's a free alternative, works in most cases but only support 5 translations per minute.

How start the project

Clone the project

git clone https://github.com/MrVega01/google-translate-clone.git
cd ./google-translate-clone

Install dependencies

npm install

Add Cohere API KEY in a .env root file

VITE_COHERE_API_KEY=<YOUR_API_KEY>

Start the project locally

npm run dev

You can also check the project here (remember, only support 5 translates per minute)

https://google-translate-clone-eight.vercel.app/

Sample

image

About

Google translate clone built with React and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published