Skip to content

DasPooja/React-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Quiz Application 🎯

This project is a React Quiz App that has been refactored to improve state management by replacing props drilling with Context API. It serves as a learning project for implementing React features more efficiently.

Features 🛠️

  • 📋 Dynamic quiz with multiple questions
  • 🗂️ State management using Context API (no more props drilling!)
  • ⚛️ Built with React and styled with CSS Modules
  • 🔥 JSON Server for mock backend data
  • 📊 Score tracking

Tech Stack 💻

  • React (Functional Components & Hooks)
  • Context API for global state
  • JSON Server for the backend

Setup Instructions 🚀

  1. Clone the repository:
    git clone https://github.com/DasPooja/React-Quiz.git
    cd React-Quiz

About

React Quiz App A fun and interactive quiz application built with React.js, now refactored using Context API to manage global state instead of relying on props drilling. This app allows users to take quizzes on react topics, and view their scores at the end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors