-
Clone the project:
$ https://github.com/nickolyamba/Mobile-Flashcards.git
-
Go to
Mobile-Flashcards
directory:$ cd Mobile-Flashcards
-
Install the dependencies:
$ yarn install
-
$ yarn start
and use Expo Android App to run the application -
The application has been tested on Nexus 6P mobile device running Android 8.0.0
-
- List all the available decks
- Displays the title of each Deck and the number of cards in each deck
-
- Displays the title of the Deck, the number of cards in the deck
- Displays an option to start a quiz on this specific deck and an option to add a new question to the deck
-
- Displays a card question, an option to view the answer (flips the card), a "Correct" and "Incorrect" buttons
- Displays the number of cards left in the quiz and the number of correct answers once the quiz is complete
-
- Allows to create a new deck
-
- Allows to create a new question/answer pair and add it to the current deck
-
- Users should receive a notification to remind themselves to study if they haven't already for that day.
- Show animation when deck is selected from a deck list