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.
- Clone or download this repo.
- Open a terminal in project directory.
- Run
yarn install
. - After isntalling all project dependencies, run
yarn start
to start the project.
The application was only tested in Android.
This project was bootstrapped with Create React Native App.
Below you'll find information about performing common tasks. The most recent version of this guide is available here.