Skip to content

dennismende/reactnd-flashcards

Repository files navigation

reactnd-flashcards

Udacity React Nanodegree: Third Exam - Flashcards

  • Creation of training decks
  • Creation of training cards for decks
  • Possibility to start quizzes for decks
  • Get daily notifications to do a quiz and improve skills

The application has been build for and tested on ios and android.

App has been built with

Usage

For the following steps you need to be in the projects root directory

Installation of project dependencies

yarn install

To start the packager in general in getting further options

yarn run start

To start local ios simulator specificially

yarn run ios

To start local Android simulator specificially

yarn run android

To execute tests

yarn run test