Mobile Flashcards is Project 3 of Udacity's React Nanodegree. It is a simple iOS and Android flashcards app built using React Native. A user can create flashcard card decks, which they can add cards to and then quiz themselves on. The app has been designed differently according to iOS and Android best practices.
This app has been developed for iOS and Android using an iPhone X (real and simulator) and a Pixel 2 emulator via Android Studio.
-
Clone or download the project from the top-right dropdown menu. (To clone use
git clone https://github.com/nehal96/mobile-flashcards.git). -
Run
yarn installto install all project dependencies. -
Run
yarn startto start the dev server. -
Open your Android and/or iOS simulator(s) and follow the instructions provided on your terminal. Alternatively, you can run the app on your phone using Expo. Check out their Get Started page to learn more/follow their step-by-step guide.