The project was tested using an Android phone through Expo. It should work on iOS too.
The project has the following 'pages':
-
ListDecks - It shows all decks.
-
Quiz - It's the screen to see the flashcards and do the quiz.
-
ViewDeck - It shows all the details of the deck and the options to add question or start the quiz.
-
CreateDeck - It's the screen to create a new deck.
-
AddQuestion - It's the screen to create a new question.
Run the following commands:
- npm install
- npm start