An open API service indexing awesome lists of open source software.

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 📱❔😍

Awesome Lists containing this project

README

          

# QuizMe 📱❔



Logo

## 📌 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)