Omkar-Jawalkar / Quiz-app

Home Page:https://quiz-app-omkar.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quizzup πŸš€

Quizzup is a fun and interactive web application that allows you to create and share quizzes with others! πŸ’‘ Whether you're a teacher, a trivia enthusiast, or just looking for a way to challenge your friends, Quizzup has got you covered. 🌟

Usage

Screen.Recording.2024-06-09.at.1.01.05.PM.mp4

Features πŸ’«

  • Quiz Creation: Craft quizzes with various question types, including multiple choice, true/false, and open-ended questions. Let your creativity shine! ✨
  • Quiz Sharing: Share your quizzes with others by generating a unique URL that can be distributed. Challenge your friends and see who's the quiz master! πŸ†
  • Quiz Statistics: Analyze quiz performance with detailed statistics, including overall scores and question-wise performance. Get insights into what works and what needs improvement. πŸ“Š
  • User Authentication: Secure user authentication and authorization system. Your quizzes and data are safe with us. πŸ”’

Installation πŸ› οΈ

  1. Clone the repository: git clone https://github.com/yourusername/quizzup.git

  2. Navigate to the project directory: cd quizzup

  3. Install dependencies: npm install

    Or

If you have docker installed then

cd Quiz-app
docker build . -t quizzapp
docker run -p 3000:3000 quizzapp

Usage πŸš€

  1. Start the development server: npm run dev
  2. Open your web browser and navigate to http://localhost:3000
  3. Create an account or log in to start creating and sharing quizzes! πŸŽ‰

Contributing 🀝

Contributions are always welcome! πŸ’– Please follow the guidelines in the [CONTRIBUTING.md] file.

License πŸ“„

This project is licensed under the [MIT License].

Acknowledgments πŸ™

  • React - JavaScript library for building user interfaces
  • Next.js - React framework for production
  • Firebase - App development platform
  • Chakra UI - React component library

Ready to put your knowledge to the test? Join Quizzup today and let the fun begin! πŸŽ‰πŸŽˆ

About

https://quiz-app-omkar.vercel.app/


Languages

Language:JavaScript 90.7%Language:CSS 9.1%Language:Dockerfile 0.1%