Flashcard quiz app powered by react-native
A fantastic flashcards app powered by React Native!
If you want to be lazy this app won’t suite you because it sends notifications if you don’t take a quizz each day!
However if your a programmer, go ahead and help your self! You’ll get familiar with react native and some cool features I’ve provided ones you start reading the code.
├── ./actions
│ ├── ./actions/constants.js
│ └── ./actions/decks.js
├── ./components
│ ├── ./components/AddCard.js
│ ├── ./components/AddDeck.js
│ ├── ./components/AppStatusBar.js
│ ├── ./components/Deck.js
│ ├── ./components/Decks.js
│ ├── ./components/Quiz.js
│ └── ./components/Result.js
├── ./config
│ └── ./config/store.js
├── ./reducers
│ ├── ./reducers/decks.js
│ └── ./reducers/index.js
├── ./routes
│ ├── ./routes/MainNavigator.js
│ └── ./routes/Tabs.js
├── ./utils
│ ├── ./utils/api.js
│ ├── ./utils/colors.js
│ ├── ./utils/constants.js
│ └── ./utils/helpers.js
├── ./App.js
├── ./app.json
├── ./App.test.js
├── ./LICENSE
├── ./package.json
├── ./README.md
└── ./yarn.lock
Just like any other react projects run yarn install
Not familiar with yarn? Check this out
yarn start
MIT License
Copyright (c) 2017 Navid Kalaei