This is a mobile app based on React Native & expo.
It 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.
- install all project dependencies with
npm install
- start the development server with
npm start
- You can create a new deck which will have the flashcards.
- You can add new flashcards into the deck. (included question / answer)
- You can start to study flashcards by a quiz
- At the end of the quiz, you will see the result of the quiz.
- You can delete the deck