https://github.com/oguzsh/rn-translator-app
Translator App with Yandex Translate API
https://github.com/oguzsh/rn-translator-app
javascript react react-native translate translator-app
Last synced: 6 months ago
JSON representation
Translator App with Yandex Translate API
- Host: GitHub
- URL: https://github.com/oguzsh/rn-translator-app
- Owner: oguzsh
- Created: 2020-04-17T22:57:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:40:38.000Z (over 2 years ago)
- Last Synced: 2025-03-24T11:37:57.022Z (7 months ago)
- Topics: javascript, react, react-native, translate, translator-app
- Language: JavaScript
- Homepage:
- Size: 4.88 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Translator App
## Design
- [Behance](https://www.behance.net/gallery/95618465/Translator-App)
- [Dribbble](https://dribbble.com/shots/11102260-Translator-App)## Content
The repository contains:
- a [React Native](https://facebook.github.io/react-native/) (v**0.61.5**)
- a [React Navigation](https://reactnavigation.org/en/) (v**5**)
- a [Firebase](https://firebase.google.com/)
- a [Styled System](https://styled-system.com/)
- a [Styled Components](https://styled-components.com/)
- a [React Native Voice](https://github.com/react-native-community/voice)
- a [React Native TTS](https://github.com/ak1394/react-native-tts)
- a [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons)
- a [React Hooks](https://reactjs.org/docs/hooks-intro.html)
- a [Yandex Translate API](https://tech.yandex.com/translate/)
- [prettier](https://prettier.io/) and [eslint](https://eslint.org/) preconfigured for React Native
- a [clear directory layout](#directory-layout) to provide a base architecture## Directory layout
- [`src/components`](src/components): presentational components
- [`src/screens`](src/views): the application's screens
- [`src/assets`](src/assets): assets (image, audio files, ...) used by the application
- [`src/utils`](src/utils): theme files e.g.
- [`src/fonts`](src/fonts): fonts files
- [`src/database`](src/database): firebase settings## License
This project is released under the [MIT License](LICENSE).