MobileFlashcards Project

MobileFlashcards is project for Udacity's React Fundamentals course. MobileFlashcards works both on android and iOS system. It allows to create decks with flashcards and quiz yourself.

Run app

To run application you need to do two things:

  • install all project dependencies with yarn install or npm install
  • start the development server with expo start (before start ensure you have expo installed.)

To test your project on iOS system you need to install Xcode. In case on android you can test it in your web browser - just click on Run in web browser, in expo site, which appears when server is started. You can also download Expo on your android phone, scan QR code from expo site and test app on your own physical device!