A React Native app for iOS and Android that allows users to create decks, add cards and quiz themselves.
Mobile Flashcards is the third of three projects required for Udacity's React Nanodegree program.
Demo : Click Here for the demo on Expo
Clone the repository, change directories, and use npm or yarn to install the dependencies.
$ git clone https://github.com/cangir/mobile-flashcards.git
$ cd mobile-flashcards
$ yarn
The project can be run with npm or yarn
yarn start
ornpm start
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) from an Android or iOS device.
-
Use an Android Emulator or iOS Simulator to run the app:
Platform | Device | Tested |
---|---|---|
iOS | iPhone 8 (ios 13.1.3) | ✅ |
Android | LG G3 (android 6.0) | ✅ |
- Application and splash icon are modified from the icon, made by Nhor Phai from www.flaticon.com. We would like to appreciate that work.
- 1.0.0 - Initial Release
If you liked this repository and want to contribute, please read our Contribution Guideline.
Licensed under MIT License.