Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albaitas/react-vite-quiz
https://github.com/albaitas/react-vite-quiz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albaitas/react-vite-quiz
- Owner: albaitas
- Created: 2024-03-18T16:01:21.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-29T09:20:48.000Z (9 months ago)
- Last Synced: 2024-04-28T08:02:50.688Z (8 months ago)
- Language: JavaScript
- Homepage: https://react-vite-quiz-v1.vercel.app
- Size: 196 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`**