/mobile-flashcards

A mobile application that allows users to study collection of flashcards.

Primary LanguageJavaScript

UdaciCards

UdaciCards project is a mobile application (Android and iOS) that allows users to study collection 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 and Launch

This project has been tested on a real Android 10 device using Ubuntu 20 environment

  • Clone the repo
git clone https://github.com/usmansbk/mobile-flashcards
  • Install NPM packages
cd ./mobile-flashcards
yarn
  • Test on Android device
yarn start
yarn android