Create own quizes and test your knowledge every day
Follow these instructions to install the app and get it up and running.
- Download and install NodeJS >= 6.11.1: https://nodejs.org/en/download/releases/
- Download and install Git: https://git-scm.com/downloads
- Download and install Yarn: https://yarnpkg.com/lang/en/docs/install/
Clone the MobileFlashcards repository and get into the directory.
git clone https://github.com/Tijnos/udacity-mobile-flashcards.git
cd udacity-mobile-flashcards/
Install dependencies.
yarn install
Start the application.
yarn start
Follow the instructions in the terminal to get the app up and running!
- iPhone X iOS 11.0 simulator
- Samsung Galaxy S8 Android 7.0 device
Expo documentation: https://docs.expo.io/versions/latest/index.html
MIT