React Native Flashcards App
This app is a simple flashcards app where users can create an unlimited number of decks and add cards containing questions and answers to any deck. The user also has the option of quizzing themselves on a selected deck and then marking whether they got the answer right or wrong. At the end of the quiz they will also receive their score.
NOTE: This app has only been tested/written for ios.
To run the app, simply clone the repository and run:
yarn install
followed by:
yarn start