Flashcards Study Tool is a react native mobile application that allows a person to create a deck, add cards to that deck, and lastly, study the deck.
Clone the GitHub repository to your directory of choice. Then install all dependencies by running the following command:
$ git clone https://github.com/trentschnee/flashcard-study-tool.git
$ cd flashcard-study-tool
$ npm yarn install
Run the application with expo by running the following command
$ yarn start
Once you have ran the command, scan the QR code the app gives you with the expo app and you will be able to view the application.
This project was bootstrapped with Create React Native App.
The project has also been tested on the following platforms: Android and iOS
This project is licensed under the MIT License - see the LICENSE file for details