A mobile app which lets you create flashcard decks and quiz yourself on their contents. Built with React Native as part of Udacity's React Nanodegree program.
- Ensure you have the Expo Go app installed on your phone.
- Install Expo on your computer with
npm install -g expo. - Clone the repository with
git clone https://github.com/vrajkumar128/mobile-flashcards.git. cdinto the cloned directory and runnpm installto download the necessary packages.- Run
npx expo startto start the app; if your phone is connected to the same network as your computer, you should see the app appear in Expo Go on your phone. - Alternatively, you can use an Android emulator like Genymotion or Android Studio to run the app in Expo Go (this still requires downloading Expo Go from Google Play on the emulated device).