Skip to content

priyahitee/react-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quizapp

Preview Link: https://priyareact-quiz-app.netlify.app/

Description: React Quiz app by using useReducer Hooks handled multiple action type to perform different status of application loading, ready,error, active, finished, reset by dispatching it to the reducer to compute handle state changes.

Tech Used:

  • HTML
  • CSS
  • Javascript
  • React

Features:

Action Type: loading

Screenshot (112) (1)

Action Type: ready

ready

Action Type: active

active

Action Type: error

error (1)

Action Type: finished

finished

Action Type: start

ready (1)