taitsmp / udacity-flashcards

React Nanodegree flashcards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flashcards

A simple native flashcards app that supports creating multiple flashcard decks.

Installation

git clone git@github.com:taitsmp/udacity-flashcards.git
cd flashcards
yarn install

Running Flashcards

Ensure you are in the flashcards directory.

yarn start

Open up the Expo App on your phone and scan the QR code. The app should start immediately.

Troubleshooting

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

yarn start -- --reset-cache

Platforms Tested

This App has been tested on

  • iOS 11, iPhone 6 Plus
  • iOS 11, iPhone X simulator
  • Nexus 5X, Android Studio Simulator

Known Issues

  • On the "ScoreCard" view Android and iOS are not consistently displaying the margin of the message text.

Credit

Inspiration for this code was taken from the following repos.

About

React Nanodegree flashcards.


Languages

Language:JavaScript 100.0%