https://github.com/muhammadhasham23/interview-prep-quiz
https://github.com/muhammadhasham23/interview-prep-quiz
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammadhasham23/interview-prep-quiz
- Owner: MuhammadHasham23
- Created: 2024-07-30T17:25:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T15:22:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T05:09:09.389Z (over 1 year ago)
- Language: TypeScript
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sure, here's a comprehensive README for your interactive Linux interview quiz app:
---
# Linux Interview Quiz App
## Overview
The Linux Interview Quiz App is an interactive tool designed to help users prepare for Linux job interviews. The app presents a series of questions, each of which may have one or more correct answers. Users are given a limited amount of time to respond to each question. At the end of the quiz, the app provides a summary of the user's performance, highlighting the correct answers for any questions that were answered incorrectly.
## Environment Variables
We use a public quiz API to fetch question and answers. `NEXT_PUBLIC_API_KEY` needs to be provided.
## Features
- **Timed Questions**: Each question must be answered within 45 seconds.
- **Multiple Correct Answers**: Questions may have one or more correct answers.
- **Performance Summary**: After completing the quiz, users receive a summary of their results.
- **Answer Review**: Correct answers are highlighted for any questions that were answered incorrectly.
## Installation
To install and run the Linux Interview Quiz App locally, follow these steps:
1. **Clone the Repository**:
```bash
git clone https://github.com/your-username/linux-interview-quiz-app.git
cd linux-interview-quiz-app
```
2. **Install Dependencies**:
```bash
npm install
```
3. **Start the App**:
```bash
npm dev
```
## Usage
Once the app is running, you can access it in your web browser at `http://localhost:3000`. The quiz will start automatically, and you will have 45 seconds to answer each question. After answering all the questions, you will see a summary of your performance, including the number of correct answers and the correct answers for any questions you got wrong.
## Contributing
We welcome contributions to the Linux Interview Quiz App! To contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes and commit them (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Open a pull request.
## License
This project is licensed under the MIT License.