This project was bootstrapped with Create React Native App. For general information on how to perform common tasks, see the create-react-native-app guide.
This is a simple mobile flashcard app for Android (not tested on iOS). It allows users to study collections of flashcards. The app allows users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
First, install the Expo app on your mobile device. Connect your mobile device to your computer using a cable (you need to enable USB debugging), OR make sure it is in the same network as your computer.
After that, if you have yarn installed (currently preferred for react native), simply start the app by
yarn
yarn start
# or, if you want to use npm
npm install
npm start
Then, after the packager is ready, type 'a' in the console. Expo should open your app now. Once the app is up, shake your phone to get a lot of nice options for debugging etc.
yarn android
# or, if you want to use npm
npm run android
Android Version Note that currently there is no iOS Version.
This project is licensed under the MIT license, see the LICENSE file
Please feel free to open pull requests at any time. :-)