https://github.com/icyjoseph/flashcards
React Native App to Study using Flashcards
https://github.com/icyjoseph/flashcards
expo flashcards react react-native redux redux-saga
Last synced: 3 months ago
JSON representation
React Native App to Study using Flashcards
- Host: GitHub
- URL: https://github.com/icyjoseph/flashcards
- Owner: icyJoseph
- Created: 2017-12-28T23:07:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T16:18:43.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T19:41:48.072Z (over 1 year ago)
- Topics: expo, flashcards, react, react-native, redux, redux-saga
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flashcards
## About
Project built for study purposes.
## Developed Environment
This project has been developed using an `Android` mobile.
No tests for `iOS` have been done.
## Use
To use this app:
1. Clone the repository:
```
git clone https://github.com/icyJoseph/flashcards.git
```
2. Change directory into the repository's working directory:
```
cd flashcards
```
3. Install dependencies via npm:
```
npm install
```
or
```
yarn install
```
4. Run the app by using:
```
npm start
```
or
```
yarn start
```
5. In your mobile phone, open EXPO
6. Scan the QR code
## Redux-Saga
This app uses [`redux-saga`](https://github.com/redux-saga/redux-saga) to intereact with the AsynStorage API.
## React Native
This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).