This app was built as a project for the Udacity React Nanodegree Program. The app will allow users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
To get started:
-
Clone the project:
https://github.com/eoaranda/reactnd-mobile-flashcards.git
-
Install all project dependencies with
yarn install
-
Start application with
yarn start
- User can have multiple Decks
- User can Add Deck
- User can Add Cards (Q & A) to Deck
- User can quiz itself based on the cards
- User can get result of quiz
- User can delete Deck
- Android.
- IOS.