https://github.com/signor1/quiz-application
Quiz application
https://github.com/signor1/quiz-application
Last synced: 11 months ago
JSON representation
Quiz application
- Host: GitHub
- URL: https://github.com/signor1/quiz-application
- Owner: Signor1
- Created: 2023-12-16T15:37:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T17:52:25.000Z (over 2 years ago)
- Last Synced: 2025-02-24T04:41:40.292Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://quiz-application-dusky.vercel.app
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Quiz Application
This is a React.js quiz app that replicates the popular game show "Who Wants to Be a Millionaire". You can play the game and test your knowledge in different categories such as history, science, music, and more!
## Table of Contents
- [A Quiz Application](#a-quiz-application)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Demo](#demo)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
## Installation
To install and run the app locally, please follow these steps:
1. Clone this repository to your local machine.
2. Open the terminal and navigate to the project directory.
3. Run `npm install` to install the necessary dependencies.
4. Run `npm run dev` to start the app on your local server.
5. Open your browser and navigate to `http://localhost:5173`.
## Usage
Once the app is running, you can start by entering your username and clicking on the "Start Game" button on the home page to start playing the game. You will be presented with a series of multiple-choice questions with four possible answers. You have to select the correct answer within a limited amount of time to advance to the next question.
If you answer all the questions correctly, you will become a millionaire!
## Demo
You can try the app live on [live Demo](https://my-appquiz.vercel.app/).

## Technologies Used
This app was built with the following technologies:
- React.js
- HTML/CSS
- JavaScript
## Contributing
If you would like to contribute to the project, please follow these steps:
1. Fork this repository.
2. Create a new branch with your changes: `git checkout -b my-feature-branch`.
3. Make changes and commit them: `git commit -m "my feature description"`.
4. Push to the branch: `git push origin my-feature-branch`.
5. Submit a pull request.