This is the final assessment project for Udacity's React Native course.
Mobile FlashCards is cross-patform mobile app for studying collections of cards. The user can create "decks", which are different categories of flashcards, he can also add flashcards to these decks and then take quizzes on them. Additionally the user will get a reminder every evening if he has not completed a single quiz during the day. The app runs on both iOS and Android.
The notification logic was inspired by the UdaciFitness App
You can replace yarn
with npm
in all commands:
- Install all project dependencies:
$ yarn install
- Start the development server:
$ yarn start
- Run app on iOS
$ yarn run ios
- Run app on Android
$ yarn run android
This project was bootstrapped with Create React Native App.
You can find information about performing common tasks here.
For more information about Expo you can refer to docs HERE
MIT License Copyright (c) 2018