https://github.com/av-loginova/quiz
Quiz Application
https://github.com/av-loginova/quiz
react react-hooks react-router tailwindcss typescript vite
Last synced: 4 months ago
JSON representation
Quiz Application
- Host: GitHub
- URL: https://github.com/av-loginova/quiz
- Owner: AV-Loginova
- Created: 2024-02-10T09:56:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T10:52:50.000Z (over 1 year ago)
- Last Synced: 2025-03-20T22:05:07.632Z (over 1 year ago)
- Topics: react, react-hooks, react-router, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 24.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Application
This is a simple quiz application built using React. It fetches questions from an external API, presents them to the user, allows them to select answers, and provides feedback on their performance.

## Features
- Fetches quiz questions from an external API
- Presents questions one at a time
- Allows users to select answers
- Provides instant feedback on correct and incorrect answers
- Displays the user's score at the end of the quiz
- Offers the option to restart the quiz
## Installation
1) Clone the repository
```
git clone https://github.com/AV-Loginova/Quiz.git
```
2) Navigate to the project directory
```
cd Quiz
```
3) Install dependencies
```
npm i
```
4) Run the application
```
npm run preview
```
## Usage
Simply run the application and start answering the quiz questions. Once you finish, you'll see your score and have the option to restart the quiz.
## Acknowledgments
Special thanks to the creators of the [Trivia API](https://the-trivia-api.com/) used for fetching quiz questions, and to the React community for providing valuable resources and support for building interactive web applications.