This is a React Native project that allows a user add to Decks of cards. Each deck consists of a title and array of questions. The user is allowed to take a quiz and keep tracking of the number of correct/incorrect guesses.
To install and launch this project:
- install all project dependencies with
npm install - start the development server with
npm start