https://github.com/harshcasper/quizme
🔰 A Cross-Platform Quiz Application developed using React-Native 📱❔😍
https://github.com/harshcasper/quizme
Last synced: 4 months ago
JSON representation
🔰 A Cross-Platform Quiz Application developed using React-Native 📱❔😍
- Host: GitHub
- URL: https://github.com/harshcasper/quizme
- Owner: HarshCasper
- License: mit
- Created: 2020-04-09T11:39:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T03:16:19.000Z (about 6 years ago)
- Last Synced: 2024-12-31T01:20:47.697Z (over 1 year ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuizMe 📱❔
## 📌 Introduction
QuizMe is a Cross-Platform Mobile Application developed using React-Native to develop a Quiz Game for Users using QuizApp WebService. This application pits the user against 10 Questions which tests the User's knowledge about the various capitals of countries across the world.
## 🏁 Technology Stack
* [React Native](https://reactnative.dev/)
* [Node.js](https://nodejs.org/)
* [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
## 🏃♂️ Local Installation
1. Drop a ⭐ on the Github Repository.
2. Clone the Repo by going to your local Git Client and pushing in the command:
```sh
https://github.com/HarshCasper/QuizMe.git
```
3. Install the Node Modules:
```sh
npm install
```
4. At last, push in the command which will run the Application on an Android Emulator:
```sh
react-native run-android
```
5. If you are using an iOS Emulator, push in the command:
```sh
react-native run-ios
```
## 📜 LICENSE
[MIT](https://github.com/HarshCasper/QuizMe/blob/master/LICENSE)