Skip to content

kunalkp/FlashCards

Repository files navigation

FlashCards Project

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.

Installation

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

Use

In this application, the main page displays a list of Decks, each of which contains a number of questions for the quiz.

Screens

  1. Deck List
  2. New Deck
  3. Deck View
  4. New Card
  5. Quiz

Data

AsyncStorage is used to store our decks and flashcards.

Testing

Tested on Android Device and iPhone Xr Simulator.

Library's Used

About

React Nanodegree Project-III

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published