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.
- 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