Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trentschnee/flashcard-study-tool
A mobile application which allows users to add decks, add cards to those decks, and lastly, test themselves over each card in a deck.
https://github.com/trentschnee/flashcard-study-tool
flexbox react-native redux
Last synced: 20 days ago
JSON representation
A mobile application which allows users to add decks, add cards to those decks, and lastly, test themselves over each card in a deck.
- Host: GitHub
- URL: https://github.com/trentschnee/flashcard-study-tool
- Owner: trentschnee
- Created: 2020-04-06T20:09:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:01:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T05:09:08.589Z (about 1 month ago)
- Topics: flexbox, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashcards Study Tool
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.
## Installing
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
```## Running
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.## Create React Native App
This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).
## TestedThe project has also been tested on the following platforms: Android and iOS
## LicenseThis project is licensed under the MIT License - see the LICENSE file for details