Word Translate app, inspired from the Video Course Build a Vue js Translator App Using The Yandex API made by Traversy Media.
The main purpose of this project is to show how we can use ReactJS to make a word Translator application using Yandex API . Currently the application translate to 4 languages but can be added to support more languages. For More Information about translating. Please Visit Yandex Translate API
- NodeJS
- npm (available after installing nodejs)
- YARN Package Manager
- Clone the Repo
- Install Required Dependency using YARN
- Get Free API Key From YANDEX API
- Replace {FREE_API_KEY FROM YANDEX} with the Your API key
- Run Project using yarn start
Your Project will be running in port 3000