Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspreet31/react-quiz
React quiz app using useReducer hook for complex state management and Context API to avoid props drilling.
https://github.com/aspreet31/react-quiz
Last synced: 10 days ago
JSON representation
React quiz app using useReducer hook for complex state management and Context API to avoid props drilling.
- Host: GitHub
- URL: https://github.com/aspreet31/react-quiz
- Owner: aspreet31
- Created: 2024-08-09T09:59:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T09:20:33.000Z (3 months ago)
- Last Synced: 2024-08-19T08:48:34.120Z (3 months ago)
- Language: JavaScript
- Homepage: https://react-quiz-h7uz.onrender.com
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-quiz
A **react** quiz application that manages complex state logic using the **useReducer** hook and solving props drilling problem using **Context API**.### Link
Live site url - https://react-quiz-h7uz.onrender.com/
### Author
The Ultimate React Course 2024 :React,Redux & More by Jonas Schmedtmann