A mobile application (Android and iOS) 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.
To run the project, use these two commands via terminal:
- install all project dependencies with
npm install
- start the development server with
npm start
- Scan QR code from EXPO app or run on simulator
In this application, the main page displays a list of Decks, each of which contains a number of questions for the quiz.
- Deck List
- New Deck
- Deck View
- New Card
- Quiz
AsyncStorage is used to store our decks and flashcards.
Tested on Android Device and iPhone Xr Simulator.