Mobile flash cards

This project is to build mobile application that allows users to study collections of flashcards using raact native.

Installation

  1. install package $yarn install

  2. start application $yarn start

Test Result

  • iOS device tested(or emulator)
  • Android device tested(or emulator)

Checklist

Application Setup

  • Is the application easy to install and start?
  • Does the application include a README with clear installation and launch instructions?

Application Functionality

  • Is the initial view a Deck List view?
  • Does the Deck List view function correctly?
  • Does the Individual Deck view display the correct information?
  • Does the Individual Deck view function correctly?
  • Does the New Question view function correctly?
  • Does the Quiz View function correctly?
  • Does the New Deck view work correctly?
  • Does the user receive a notification at a particular time if they haven't studied that day?
  • Does the app function correctly in either Android or iOS?

Code Quality

  • Is the code well written and reasonably structured?
  • Does the code run without errors? Is the code free of warnings that resulted from not following the best practices listed in the documentation, such as using key for list items? Is the code formatted properly?