https://github.com/shubhamdutta2000/phonetics-app-with-react-native
Type in English and select particular language and do Transliteration to Get result text in specific language
https://github.com/shubhamdutta2000/phonetics-app-with-react-native
async-storage react-native react-native-dropdown react-native-navigation react-native-safe-area-context react-native-screens redux redux-persist redux-thunk
Last synced: 3 days ago
JSON representation
Type in English and select particular language and do Transliteration to Get result text in specific language
- Host: GitHub
- URL: https://github.com/shubhamdutta2000/phonetics-app-with-react-native
- Owner: Shubhamdutta2000
- License: mit
- Created: 2022-05-08T16:23:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T03:42:02.000Z (over 2 years ago)
- Last Synced: 2025-02-18T01:28:31.425Z (3 months ago)
- Topics: async-storage, react-native, react-native-dropdown, react-native-navigation, react-native-safe-area-context, react-native-screens, redux, redux-persist, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 1.62 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phonetics-App-with-React-Native
> Type in English and select particular language and do Transliteration\* to Get result text in specific language
> **_Transliteration_**: It is machine transliteration software as service enable you to type in spicific language from English keyboard.
# How To Use
```
# Install dependencies
npm install
cd ios && pod install && cd ..# Run on iOS
react-native run-ios# Run on Android
react-native run-android
```
# Libraries and API Used
- React-Native
- react-native-dropdown-picker
- redux
- react-native-async-storage/async-storage
- redux-persist
- react-navigation
- react-native-screens
- react-native-safe-area-context
# App Demo
![]()
![]()
# License Used
- MIT