Project built for study purposes.
This project has been developed using an Android mobile.
No tests for iOS have been done.
To use this app:
- Clone the repository:
git clone https://github.com/icyJoseph/flashcards.git
- Change directory into the repository's working directory:
cd flashcards
- Install dependencies via npm:
npm install
or
yarn install
- Run the app by using:
npm start
or
yarn start
-
In your mobile phone, open EXPO
-
Scan the QR code
This app uses redux-saga to intereact with the AsynStorage API.
This project was bootstrapped with Create React Native App.