Skip to content

spike04/WordTranslate-React-Native

Repository files navigation

Word Translate - React-Native

Word Translate app created in React-Native, 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 React Native 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

Libraries Used:

Requirements

  1. NodeJS
  2. npm (available after installing nodejs)
  3. YARN Package Manager

Running Project

  1. Clone the Repo
  2. Install Required Dependency using YARN
  3. Get Free API Key From YANDEX API
  4. Replace {FREE_API_KEY FROM YANDEX} with the Your API key
  5. Run Project using yarn start

Use Expo App to view the project