This is a FlashCards App built with React Native, where you can create and remove decks, each deck can have multiple cards with questions and answers, then you can take a quiz and check your score! If you want, you can be notified every day to never forget to take a quiz. Also when you save your decks they will be store in your device so you don't have to add it again.
To download a version for Android: https://expo.io/@danibonilha/flashCards
To get started first clone this repo, then:
$ cd udacicards
$ npm install
$ npm start
Expo will give the next instructions to run in an emulator/device.
These are the main libraries used in this project:
- Zenfone 3 Device - Android 8.0
- Nexus 5 Emulator - Android 7.1
- iPhone 6 Simulator - iOS 11.4
- iPhone SE Simulator - iOS 11.4
This project was bootstrapped with Create React Native App.