This is a card quiz app built with React Native and Redux.
This app is a card quiz about programming languages for the study objective.
Project made in Udacity React nanodegree.
- Clone this project:
git clone https://github.com/samuelramox/reactnd-project-flashcards.git
- Install the dependencies:
npm install
Or with Yarn:
yarn
- Start the application:
npm start
Or with Yarn:
yarn start
This project was tested on IOS and Android platforms. You can use the following tools to test the app:
- Expo (Recommended);
- Xcode for iPhone;
- Android Studio for Android;
- Genymotion for Android;