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

https://github.com/chuksjoshuaa/quiz-native-app

This is a Quiz App built with React Native. It allows users to answer multiple-choice questions and get instant feedback.
https://github.com/chuksjoshuaa/quiz-native-app

expo-cli javascript nativewind react-native

Last synced: 3 months ago
JSON representation

This is a Quiz App built with React Native. It allows users to answer multiple-choice questions and get instant feedback.

Awesome Lists containing this project

README

          

# Quiz Native App

This is a Quiz App built with React Native. It allows users to answer multiple-choice questions and get instant feedback.

## Features

- Multiple choice questions
- Instant feedback on answer selection

## Prerequisites

- Node.js (version 16.20.0)
- npm (version 8.19.4)

## Technologies Used

- React Native
- Tailwind CSS - Nativewind
- JavaScript
- Typescript

## Installation

To install the app, follow these steps:

1. Clone the repository: `git clone git@github.com:ChuksJoshuaa/quiz-native-app.git`
2. Navigate into the project directory: `cd quiz-native-app`
3. Install the dependencies: `npm install`
4. Start the app: `npm start`

## Usage

After launching the app, you will be presented with a question and multiple answers. Select an answer to get instant feedback. You can then proceed to the next question.

## Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature-name`.
3. Make your changes and commit them: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature/your-feature-name`.
5. Submit a pull request.