https://github.com/ramanpreet6262/mobile-flashcards
Quiz App made in react native
https://github.com/ramanpreet6262/mobile-flashcards
es6 js react-native reactjs redux
Last synced: 3 months ago
JSON representation
Quiz App made in react native
- Host: GitHub
- URL: https://github.com/ramanpreet6262/mobile-flashcards
- Owner: Ramanpreet6262
- Created: 2020-06-15T17:26:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:25:05.000Z (over 3 years ago)
- Last Synced: 2024-04-22T15:00:15.709Z (about 2 years ago)
- Topics: es6, js, react-native, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 3.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile Flashcards
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 quizzes are made. Each deck has some questions displayed as cards. The user has the chance to get the score based on different quizzes. User can add as many decks in their decklist and can also delete the same. Notification will also be sent via this app to the user if he/she forgets to attempt any of the quiz on that day.
## Requirements
- Node and npm should be installed on you system.
- Also need to install expo using `npm install -g expo-cli`.
- Expo App should be installed on your phone on which you wish to run your app.
## Getting Started
- Clone/Download this repository's code
- Open your terminal and move to the directory containing the code
- Install all project dependencies with `npm install`
- Then run `expo start` to start the server then browser will be opened with QR code
- Scan the QR code using your expo app scanner and your app will be up and running on your phone
## Platforms Tested
- This app is tested on Android Platform. (This app is built with expo and I tested it on my Android Phone with the help of expo app).