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
- React-Native (create-react-native-app)
- React-Native-Loader - For Displaying Loading Animation
- 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
Use Expo App to view the project