An iOS app that allows you build decks of questions to quiz yourself on.
You will need to install either npm or yarn before installing this project.
You will also need access to an iOS simulator or mobile device to run the app.
Please note this app has only been tested on iOS devices.
- install all project dependencies with
npm install
oryarn
. - start the development server with
npm start
oryarn start
. - follow the instructions from expo to open the app in an iOS simulator or a mobile device.