Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.54 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.54 KB

Mobile Flashcards

Mobile Flashcards is a React Native app for iOS and Android that allows users to create decks, add cards and quiz themselves.

app

It uses React Native, Expo, Redux, & React Navigation.

This app is the third of three projects required for Udacity's React Nanodegree program.

Installation

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

Usage

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.

Testing

This project has been tested on the following platforms:

  • iOS 11+
  • Android 9+.