FlashCards-Udacity

This is the Last Project of the Udacity React Nanodegree Program. The main aim of this project is to get good knowledge about react-native and it's components. In this project different decks of quizes are made. Each deck has some questions displayed as cards in each deck. The user has the chance to get the score based on different quizes. User can add as many decks in their decklist and can also delete the same. Notification will also be send via this app to the user if he/she forgets to attempt any of the quiz on that day.

APK

To see the app in action you can install the app on your android device from (this Link).

Getting Started on your local Machine...

Requirements

  1. Node and npm should be installed on pc.
  2. Also need to install expo using npm install -g expo-cli.
  3. Expo App should be installed on your phone on which you wish to run your app.

Steps to run Project on your local machine

!! Note -> To run the app successfully on your phone both phone and pc should be on same network.

  1. run git clone https://github.com/jaspreet-singh37349/FlashCards-Udacity.git to clone this repository
  2. cd FlashCards-Udacity then run npm install
  3. expo start to start the app then browser will be opened with QR code.
  4. Scan the QR code using your expo app scanner and your app will be installed.