Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albaitas/react-vite-quiz


https://github.com/albaitas/react-vite-quiz

Last synced: about 2 months ago
JSON representation

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