Skip to content

bogdy9912/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz App

Made this project as my learning journey of React

Functionalities

  • useEffect hook to execute function after the first render, to execute only once, or to dispose a functionality
  • useCallback hook to avoid recreating function that are sent to useEffect dependencies
  • Resseting componets by using keys
  • Practice app

DEMO

  1. Default Default

  2. Correct answer Default

  3. Wrong answer Default

  4. Quiz Summary Default