Skip to content

LiNuX-Mallu/quiz-native

Repository files navigation

React Native Quiz App

The React Native QuizApp is designed to replicate the functionality and features of the Web-Based QuizApp while leveraging the power of React Native for native mobile development. Users can enjoy a variety of quizzes and challenge their knowledge with a friend or random player.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup

Clone the repository

git clone https://github.com/LiNuX-Mallu/quiz-native.git

cd quiz-native

Start the Metro Server

To start Metro, run the following command from the root of the project:

# using npm
npm start

# OR using Yarn
yarn start