This is a mobile application (Android or iOS - or both) that allows users to study collections of flashcards. The app will allow users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
Clone the repo and use npm install to download the dependicies
$ git clone https://github.com/Utkarshmalik/MobileFlashcards.git
$ npm install
$ npx react-native run-android
$ npx react-native run-ios
displays the title of each Deck displays the number of cards in each deck Deck List View Deck List View
displays the title of the Deck displays the number of cards in the deck displays an option to start a quiz on this specific deck An option to add a new question to the deck Individual Deck View Individual Deck View
displays a card question an option to view the answer (flips the card) a "Correct" button an "Incorrect" button the number of cards left in the quiz Displays the percentage correct once the quiz is complete Quiz View Quiz View
An option to enter in the title for the new deck An option to submit the new deck title
An option to enter in the question An option to enter in the answer An option to submit the new question
IOS Simulator