This project is created for assessment in Udacity's React Native course.
This is basically a Flashcards app in which user can create virtually unlimited number of decks.
Cards in each deck can also be added.
User can then choose to take quiz of any deck.
During quiz, user can flip card to check whether answer is correct or incorrect.
Then user should honestly mark reponse using Correct
or Incorrect
button.
Score will be shown at the end of the quiz.
This app also shows notification if user hasn't completed at least one quiz for that day.
- install all project dependencies with
yarn install
ornpm install
- start the development server with
yarn start
ornpm start
- Production build can be created using
exp build:android
orexp build:ios
This app has been tested on Android Oreo 8.0.0 (Mi A1) and iOS 11.2.6 (iPhone5s).
App is currently published at https://expo.io/@armujahid/flashcards. It can be quickly run by installing expo client for Android or iOS. It may be published to Google Play Store or iTunes in future.
MIT License: https://armujahid.mit-license.org/@2018/