*A fun and interactive quiz application built using HTML, CSS, and JavaScript.
*This project was developed as part of my Front-End Developer Internship with Edunet Foundation.
- 👤 User login with username or guest mode
- 🎯 Multiple quiz categories & difficulty levels
- ⏱️ Timer for each question
- 📖 Explanation after each question
- 📊 Score calculation & result page
- 📜 User history saved in browser
- 🏆 Leaderboard from all users
- Frontend: HTML, CSS, JavaScript
- Styling: Custom CSS (responsive, animations, transitions)
- API: Open Trivia DB
Quiz_Galaxy/ ├── index.html # Main HTML file ├── css/ │ └── style.css # Stylesheet ├── js/ │ └── script.js # Quiz logic ├── assets/ │ └── images/ # App images & screenshots │ ├── Login_page.png │ ├── Home_page.png │ ├── Quiz_Domains.png │ ├── StartQuiz_page.png │ ├── QuizWithTimer.png │ ├── CorrectAnswerpage.png │ ├── IncorrectAnswer.png │ └── Quiz_Results.png
The app is deployed using GitHub Pages.
Live Link: Quiz Galaxy
- Clone this repo:
git clone https://github.com/VPriya100code/Quiz_Galaxy.git







