Skip to content

vrajkumar128/mobile-flashcards

Repository files navigation

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.

How to Run Locally

  1. Ensure you have the Expo Go app installed on your phone.
    1. Google Play
    2. App Store
  2. Install Expo on your computer with npm install -g expo.
  3. Clone the repository with git clone https://github.com/vrajkumar128/mobile-flashcards.git.
  4. cd into the cloned directory and run npm install to download the necessary packages.
  5. Run npx expo start to 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.
  6. 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).

Releases

No releases published

Packages

No packages published