Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jomendez/react-native-flash-cards
Flash card game done using react native
https://github.com/jomendez/react-native-flash-cards
Last synced: 6 days ago
JSON representation
Flash card game done using react native
- Host: GitHub
- URL: https://github.com/jomendez/react-native-flash-cards
- Owner: jomendez
- Created: 2020-06-25T04:15:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:53:36.000Z (almost 2 years ago)
- Last Synced: 2024-03-18T05:10:56.992Z (8 months ago)
- Language: JavaScript
- Size: 4.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Flash Card
Flash card game project, done using react native, for The udacity nano degree with React
To run the app you can install expo on your computer, then clone this repo or download the source code.
After that, install the dependencies with:
```
npm install
```To run the app with expo, execute the following command:
```
expo start
```Note:
**The app was only tested on an android device**.