An open API service indexing awesome lists of open source software.

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.

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`**