- 使用 React 框架
- 利用 useState 記錄答題狀況及目前題數
- 用 JS Math.random() 從題庫中隨機挑選題目
哈利波特問答遊戲:
- 每次開始遊戲會隨機從題庫中抓取 5 道題目
- 計算答對題數,於遊戲結束時顯示
- 可以選擇重新開始遊戲
**Harry Potter Quiz Game: **
- Randomly select 5 questions from question database
- Display score at the end of the game
- Able to play the game again
#React #css