A simple, elegant, and fun web application that tests users' knowledge of music through interactive quizzes.
- Interactive quiz with multiple-choice questions
- Randomized questions from various music categories
- Immediate feedback on answers
- Score tracking and final results
- Responsive design for all devices
- Visual feedback and animations
- Node.js (v14 or later)
- npm or yarn
- Clone the repository or download the files
- Navigate to the project directory
- Install dependencies:
npm install
# or
yarn installnpm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
/pages- Next.js pages/components- React components/styles- CSS and styling files/utils- Utility functions and data/public- Static assets
- Next.js - React framework
- Tailwind CSS - Utility-first CSS framework
- React Hooks - For state management
To add or modify quiz questions, edit the utils/questions.js file.
This project is open source and available under the MIT License.