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 ben developed bundled and tested using Expo DevTools, on the web mode (expo start --web
), therefore to install and run it on your machine use the following instructions:
- install all project dependencies with
yarn install
- start the development server with
yarn web
- 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.