Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-manpreet-singh/mobile-flashcards-react-native-app
Mobile FlashCards project-app is a part of Udacity-React-Nanodegree program. This React Native app allows users to create decks and questions to quiz. and also give the final score and set to reset naviagte the quiz
https://github.com/the-manpreet-singh/mobile-flashcards-react-native-app
android android-app android-emulator android-studio css3 expo expo-client react-native react-native-component react-native-navigation
Last synced: 3 days ago
JSON representation
Mobile FlashCards project-app is a part of Udacity-React-Nanodegree program. This React Native app allows users to create decks and questions to quiz. and also give the final score and set to reset naviagte the quiz
- Host: GitHub
- URL: https://github.com/the-manpreet-singh/mobile-flashcards-react-native-app
- Owner: The-manpreet-singh
- Created: 2020-06-28T15:41:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:52:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T16:48:50.280Z (over 1 year ago)
- Topics: android, android-app, android-emulator, android-studio, css3, expo, expo-client, react-native, react-native-component, react-native-navigation
- Language: JavaScript
- Homepage:
- Size: 1.93 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile flashCards React-Native App
Mobile FlashCards project-app is a part of Udacity-React-Nanodegree program.
This React Native app allows users to create decks and questions to quiz. and also give the final score and set to reset naviagte the quiz.
## Rules: https://review.udacity.com/#!/rubrics/1021/view
for build an apk file folow these commands
commands-
npm install -g exp
exp build:android
exp build:status## Uses:
- Javascript
- React Native/Redux
- AsyncStorage## started:
- install - `yarn install`
- start - `yarn start`## This project tested on Android
This will open Expo Developer Tools in the browser. You can then do one of the following.
- Use your device to test:
- Scan the QR Code using the Expo Client app [(Expo Client for Android & iOS)](https://expo.io/tools#client) from an Android or iOS device.
- Use an Android Emulator or iOS Simulator to run the app:
- [iOS Simulator Setup](https://docs.expo.io/versions/latest/workflow/ios-simulator/)
- [Android Emulator Setup](https://docs.expo.io/versions/latest/workflow/android-studio-emulator/)