"Mobile Flashcards" is a mobile application for iOS that allows users to study collections of flashcards.
You can create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
- Download a zip file or clone via GitHub
- Install all project dependencies with
yarn install
- Start the development server with
yarn start