Mobile Flashcards encompasses the fundamental aspects of building a native application including handling infinite lists, routing, and user input. This project was build gain an understanding of how to use React Native to build an iOS and Android application. This is the Udacity React Native course final project .
This project has been developed tested using iOS simulator, therefore to install and run it on your machine use the following instructions:
- Install project dependencies with
yarn install
. - Install iOS simulator dependencies in the subfolder
ios
withpod install
.
- Start React Native Packager with
yarn start
. - Start the simulator with
yarn ios
.
- Allow users to create a deck which can hold an unlimited number of cards.
- Allow users to add a card to a specific deck.
- The front of the card should display the question.
- The back of the card should display the answer.
- Users should be able to quiz themselves on a specific deck and receive a score once they're done.
- Users should receive a notification to remind themselves to study if they haven't already for that day.