Mobile Flashcards is a React Native app for iOS and Android that allows users to create decks, add cards and quiz themselves.
It uses React Native, Expo, Redux, & React Navigation.
This app is the third of three projects required for Udacity's React Nanodegree program.
- Live Demo: coming soon...
- Code Notes: Step-by-step walk-though of how this project was built
Clone the repository, change directories, and use NPM or Yarn to install the dependencies.
$ git clone https://github.com/james-priest/mobile-flashcards.git
$ cd mobile-flashcards
$ yarn
The project can be run with npm or yarn
yarn start
This will open Expo Developer Tools in the browser. You can then do one of the following
- Scan the QR Code with the Expo Client app from an Android or iOS device to run the app.
- Use an Android Emulator or iOS Simulator to run the app.