This is a react native app .
- Redux is used for state management .
This app 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.
To start the project:
- install all project dependencies with
yarn install
ornpm install
- start the development server with
yarn start
orexpo start
- Install expo app in your phone or emulator and scan the code produced by expo .
The project uses expo
to initialize the project.For more info
https://docs.expo.io/get-started/installation/
- Designing of this app if primary focussed on Android and tested on Android emulator .