Skip to content
/ QZz Public

An elegant and dynamic quiz application that makes learning fun and interactive! πŸš€

Notifications You must be signed in to change notification settings

Kareem-AEz/QZz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

QZz App

QZz App 🎯

React GSAP Demo

An elegant and dynamic quiz application that makes learning fun and interactive! πŸš€

✨ Demo

Check out the live demo: QZz App

QZz Demo

🌟 Features

  • Dynamic Quiz System - Add new quizzes effortlessly through a single data file
  • Stunning Animations - Smooth, eye-catching transitions powered by GSAP
  • Responsive Design - Perfect experience across all devices
  • Theme Customization - Each quiz comes with its own unique visual style
  • Interactive Timer - Keep track of your progress
  • Point System - Earn points based on difficulty and accuracy

πŸ“š Available Quizzes

Currently, QZz offers the following quiz categories:

  • JavaScript - Test your JS knowledge with questions ranging from basics to advanced concepts
  • React - Challenge yourself with React fundamentals, hooks, and best practices
  • English Literature & Language - Master grammar, explore literary works, analyze poetry, and learn about literary devices through questions covering:
    • Classic Literature (Shakespeare, Milton, Austen)
    • Grammar & Syntax
    • Literary Devices & Analysis
    • Poetry & Prose
    • Modern Literature
    • Critical Analysis
  • CubeSat - Dive into satellite technology and space engineering
  • Digital Fabrication - Learn about 3D printing, manufacturing, and prototyping

Each quiz features:

  • Multiple difficulty levels
  • Point-based scoring system
  • Custom theme colors
  • Timed challenges
  • Immediate feedback

πŸ› οΈ Tech Stack

  • Frontend Framework: React 19
  • Animation Library: GSAP
  • Styling: CSS Modules
  • State Management: React Hooks
  • Build Tool: Create React App

πŸš€ Quick Start

  1. Clone the repository:

    git clone https://github.com/Kareem-AEz/QZz.git
    cd QZz
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

πŸ“ Adding New Quizzes

Adding a new quiz is as simple as updating the data.js file:

export const QzzData = {
	NewQuiz: {
		questions: [
			{
				question: "Your question here?",
				options: ["Option 1", "Option 2", "Option 3", "Option 4"],
				correctOption: 2,
				points: 5,
				difficulty: "Easy",
			},
		],
		styles: {
			color: "#000000",
			backgroundColor: "#FFFFFF",
		},
	},
};

🎨 Customization

Each quiz can be customized with:

  • Custom color schemes
  • Different difficulty levels
  • Varied point systems
  • Unique questions and answers

🀝 Contributing

Contributions are what make the open source community amazing! Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ‘ Acknowledgments

  • Based on and inspired by the "React Quiz App" project from Jonas Schmedtmann's Ultimate React Course
  • Enhanced with additional features like:
    • Multiple quiz categories
    • Dynamic theming
    • GSAP animations
    • Custom hover effects
    • Expandable quiz database
  • Built with React and GSAP
  • Special thanks to all contributors

Made with ❀️ by Kareem-AEz

About

An elegant and dynamic quiz application that makes learning fun and interactive! πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published