Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 727 Bytes

File metadata and controls

23 lines (13 loc) · 727 Bytes

Mobile Flashcards Project

An iOS app that allows you build decks of questions to quiz yourself on.

Getting Started

Prerequisites

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.

Installing

  • install all project dependencies with npm install or yarn.
  • start the development server with npm start or yarn start.
  • follow the instructions from expo to open the app in an iOS simulator or a mobile device.

Authors