RN Flashcards

This app is the final assessment project for Udacity's React Native course. Create React Native App boilerplate was used to bootstrap other build tools and dependencies for React Native app development.

Starting the App

You will need to have Node 8.10.0 or higher as specified in the version of create-react-app getting started section. The app can be started with the following commands:

npm install
npm start

The npm start command starts the Expo CLI server. Expo app is required to run on Android or iOS.

Functionality

Views

There are four main views:

  • Main (List of Decks)
    1
  • Add Deck / Add Card
    2

3

  • Deck Options
    4
  • Quiz
    5

6

7

8

GitHub