This is a simple flashcards mobile app that allow users to create decks that contains user generated cards, and quiz themselves to help them study or simply improve their memory.
The app was tested in Android only, but should work on iOS devices as well.
In this project the following libraries were used:
- Redux: to control application shared state
- React Navigation: to handle routes
react-native-flip-card
: to add flip animations to the cards
- Install dependencies by running
npm install
oryarn install
. - Run the app using
npm start
oryarn start