This project is a trivia game developed using Vue.js. The game consists of several rounds of questions, where the player must select the correct answer within a given time limit.
- Multiple rounds of questions with different categories
- Random selection of questions within each category
- Timed answers for added difficulty
- Score tracking and display
- Interactive design with smooth transitions
- Vue.js
- HTML
- CSS
- JavaScript
- Clone this repository to your local machine.
- Open the project directory in your terminal.
- Run
npm install
to install the necessary dependencies. - Run
npm run dev
to start the development server.