An open API service indexing awesome lists of open source software.

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

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).