Source code for my third project for the React Nanodegree program from Udacity.
This project is a mobile application (Android and iOS) that allows users to study collections of flashcards. The app allows users to create different categories of flashcards called "decks", add flashcards to those decks, then take quizzes on those decks.
Clone or download the repository on your computer.
- install all project dependencies with
npm installoryarn install - start the development server with
npm startoryarn start
- iPhone 5s / iOS 11.4
- Sony Xperia / android 6.0.1
- iPhone X / iOS 11.4
- Nexus 5X / android 6.0
This project was bootstrapped with Create React Native App.
You can find more information on how to perform common tasks here.