Skip to content

Utkarshmalik/MobileFlashcards

Repository files navigation

Mobile flashcards

This is a mobile application (Android or iOS - or both) 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.

Installation

Clone the repo and use npm install to download the dependicies

$ git clone https://github.com/Utkarshmalik/MobileFlashcards.git
$ npm install

Run

For Android

$ npx react-native run-android

For IOS

$ npx react-native run-ios

Functionality

Deck List View (Default View)

displays the title of each Deck displays the number of cards in each deck Deck List View Deck List View

Individual Deck View

displays the title of the Deck displays the number of cards in the deck displays an option to start a quiz on this specific deck An option to add a new question to the deck Individual Deck View Individual Deck View

Quiz View

displays a card question an option to view the answer (flips the card) a "Correct" button an "Incorrect" button the number of cards left in the quiz Displays the percentage correct once the quiz is complete Quiz View Quiz View

New Deck View

An option to enter in the title for the new deck An option to submit the new deck title

New Question View

An option to enter in the question An option to enter in the answer An option to submit the new question

Tested On:

IOS Simulator

About

A mobile application (Android or iOS - or both) 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors