This is an iOS application that 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.
- In the terminal, run
git clone https://github.com/willshu2049/ReactNativeFlashCards
to clone this repository to your computer. cd ReactNativeFlashCards
then runnpm install
npm start
to start the app.- In mac OS, you may press i in the terminal to start the iOS simulator. Or you may open Expo in your phone and scan the QR code in the terminal to simulate the app in your phone.
Feel free to submit a pull requests! How To Contribute:
- fork this project
- create a descriptive branch name
- make all changes on this branch
- push this branch to your fork
- submit a pull request
FlashCards is released under the MIT license.