Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 810 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 810 Bytes

Mobile FlashCards Project

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.

Table of contents

Quick Start

  • install all project dependencies with npm install
  • start the development server with npm start

Documentation

App Functionality

  1. You can create a new deck which will have the flashcards.
  2. You can add new flashcards into the deck. (included question / answer)
  3. You can start to study flashcards by a quiz
  4. At the end of the quiz, you will see the result of the quiz.
  5. You can delete the deck