This is the third assignment for the Udacity React Nanodegree program.
This is a React Native application. You can try it on your mobile device.
This is a flashcard application for your mobile. You can create cards for learning. A card has a question and an answer side. You must create a deck first to add cards. Decks can be topics you want to learn from. If you want to exercise you can start a quiz from a deck.
After cloning the project you can start it with:
>npm i
>npm start
After compilation there will be a QR code on your screen. You can test the application with scanning this QR code in expo application on your mobile device.
This version was tested only on Android devices.