https://github.com/omerixe/mobile-flashcards
Third and final project from the React Nanodegree
https://github.com/omerixe/mobile-flashcards
Last synced: 10 months ago
JSON representation
Third and final project from the React Nanodegree
- Host: GitHub
- URL: https://github.com/omerixe/mobile-flashcards
- Owner: Omerixe
- Created: 2020-05-19T06:44:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T17:21:18.000Z (over 4 years ago)
- Last Synced: 2025-02-12T22:27:40.827Z (12 months ago)
- Language: JavaScript
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile Flashcards
This is a small app to manage different decks of flashcards and learn them while playing the quiz.
## Installation and Running
First clone the repository and then run npm install
```shell
$ npm install
```
Make sure you have at least an Android emulator running or a physical device connected.
To run the project, use yarn android
```shell
$ yarn android
```
Enjoy!
## Tested on
- Android Emulator - Nexus 5X API 28
- Android Emulator - Nexus 5X API 24
- Physical Device - OnePlus 6 API 29