This is a mobile app that allows users to study collections of flashcards. The app will allow users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks. I used create-react-native-app to build my project.
- Please refer to package.json file.
- This application is tested on iPhone 7 Plus.
- Install yarn
- Download this repository or git clone https://github.com/daikikuchi/Mobile-FlashCard.git
- yarn install
- yarn start
- 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 display the question.
- The back of the card display the answer.
- Users are able to quiz themselves on a specific deck and receive a score once they're done.
- Users receive a notification to remind themselves to study if they haven't already for that day.
