Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
^2.20.0^1.26.516.0.6^1.30.019.2.019.2.0^5.0.2^4^20^19^19^916.0.6^4^4.19.2^530
commits
Refactor QuizInterface and ResultsPanel for improved keyboard navigation and responsive design. Update ShareButton and StatsDashboard components for better layout consistency and accessibility. Adjust styling across components for enhanced user experience.
90e7c15View on GitHubEnhance QuestionRenderer to include a button for reporting issues on GitHub, linking to a pre-filled issue template. Update utils to create the issue URL dynamically based on question details. Add GitHub repository URL constant for easy reference.
831d9d8View on GitHubUpdate quiz questions in all.json and async.json to correct the correctAnswer field and enhance explanations regarding the behavior of await with thenables.
d058f50View on GitHubEnhance quiz category generation by adding a 'comprehensive' category option. Improve QuestionRenderer to shuffle answer options and maintain correct answer mapping. Update QuizInterface layout for better alignment of question navigator.
55702cdView on GitHubEnhance question navigator with a thin scrollbar style in globals.css. Update QuizInterface for auto-scrolling to the current question and improve layout handling. Remove unnecessary comments across various components for cleaner code. Adjust minimum width for buttons in code blocks for better usability.
882d5daView on GitHubUpdate favicon and enhance layout metadata with new icon configurations. Add new favicon and og-image assets, and improve styling for code blocks in globals.css.
40c0b76View on GitHubRefactor state management in StatsPage, Navigation, PWAStatus, and other components to use a single state object for improved clarity and performance. Update rendering logic to prevent hydration mismatches and enhance user experience. Add action buttons in ResultsPanel for better navigation. Adjust quiz links in StatsDashboard for comprehensive category handling.
50f28fbView on GitHubIntegrate Sandpack for interactive code playground in QuestionRenderer; add styles for playground components in globals.css. Update package.json to include Sandpack dependencies and enhance build process. Introduce nonStrictMode flag in question data to manage code execution context. Bump DATA_VERSION to 1.1.2.
3ebaa4bView on GitHubUpdate README and constants for ES2025 features; add new questions to quiz and create es2025.json file. Bump DATA_VERSION to 1.1.1.
8facf86View on GitHubUpdate icon assets by replacing placeholder images with actual 192x192 and 512x512 PNG files.
fffbec3View on GitHubUpdate PWA metadata and enhance installation prompts. Add manifest details for icons and improve layout styling in PWAStatus component for better user experience. Update manifest.json to include additional icon purposes.
ceeb491View on GitHubEnhance PWA installation experience in Navigation component with improved checks for installation status and debug logging. Update styling for option buttons in QuestionRenderer and add new styles for correct and incorrect answers in globals.css. Adjust layout in QuizInterface for better alignment of question navigator.
0799594View on GitHubEnhance metadata and social sharing features across the application. Update layout metadata for improved SEO and social media sharing, including Open Graph and Twitter card tags. Refactor share functionality in ShareContent and ShareButton components to dynamically update meta tags based on user scores. Introduce PWA installation prompts in the Navigation component and update manifest for consistent theming. Improve styling and layout in ResultsPanel for better user engagement.
165140bView on GitHubRename project from "JS Quiz Master" to "JS Quizzy" across all files, including documentation and UI components. Introduce an About page detailing the project's purpose and features. Update various components to reflect the new branding and improve user navigation.
377cf09View on GitHubRefactor quiz components to introduce a comprehensive quiz feature, allowing users to test knowledge across all topics with varying difficulty levels. Update styling for quiz cards and enhance stats dashboard to include quiz history and session details. Improve question fetching logic to accommodate comprehensive quizzes and ensure robust error handling.
a7f710bView on GitHub