https://github.com/albaitas/react-vite-quiz
This is a 100 question quiz project with theoretical questions about React and thirty-five practical tasks. The project written using Vite, React, with sound and timer. When the quiz ends, its duration and the number of correct answers are displayed.
https://github.com/albaitas/react-vite-quiz
quiz react-hooks reactjs sound timer
Last synced: 3 months ago
JSON representation
This is a 100 question quiz project with theoretical questions about React and thirty-five practical tasks. The project written using Vite, React, with sound and timer. When the quiz ends, its duration and the number of correct answers are displayed.
- Host: GitHub
- URL: https://github.com/albaitas/react-vite-quiz
- Owner: albaitas
- Created: 2024-03-18T16:01:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-03T15:58:11.000Z (8 months ago)
- Last Synced: 2024-12-28T14:29:54.804Z (5 months ago)
- Topics: quiz, react-hooks, reactjs, sound, timer
- Language: JavaScript
- Homepage: https://react-vite-quiz-v1.vercel.app
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-vite-quiz
This is a 100 question quiz project with theoretical questions about React and thirty-five practical tasks. The project written using Vite, React, with sound and timer. When the quiz ends, its duration and the number of correct answers are displayed.
## Demo
Project hosted on Vercel: https://react-vite-quiz-v1.vercel.app/
## Features
- useState
- useEffect
- useCallback
- tablet and mobile friendly## Build with
- React Js, Css
- Classnames
- Timer
- Sound## Installation
Install **`git`**, **`nodejs`**, **`npm`** in your local computer
Clone this repository to your local computer:
**`$ git clone https://github.com/albaitas/react-vite-quiz.git`**
Install dependencies:
**`npm install`**
Runs the app in the development mode:
**`npm run dev`**