This is React Native app that allows user to create decks of flash cards to help them study. It was created as part of the React Nanodegree program. Using the app you can create new decks and add new flashcards to them. Once a deck is setup you can take a quiz to see how many answers you can get correct. The app also has a daily reminder notification to remind you to study at noon if you haven't already completed at least one quiz for that day. This app can run on both Android and iOS platforms.
For development, you will only need Node.js installed on your environement.
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v6.11.2
$ npm --version
3.10.10
$ git clone https://github.com/derekzak/udacity-mobile-flashcards.git
$ cd PROJECT
$ npm install
$ npm start
Because this is a course project, we will not be accepting pull requests.
MIT