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.
- Host: GitHub
- URL: https://github.com/chuksjoshuaa/quiz-native-app
- Owner: ChuksJoshuaa
- Created: 2023-09-22T03:45:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T04:46:20.000Z (almost 3 years ago)
- Last Synced: 2025-08-31T12:38:47.936Z (11 months ago)
- Topics: expo-cli, javascript, nativewind, react-native
- Language: TypeScript
- Homepage:
- Size: 606 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.