A trivia quiz app that fetches questions from the OpenTDB API. Test your knowledge across multiple categories and difficulty levels.
- Fetches trivia questions from OpenTDB API
- Instant answer feedback with score
- HTML entity decoding for special characters
- Responsive design
- React — UI framework
- Vite — Build tool and dev server
- clsx — Conditional class names
- he — HTML entity decoding
npm install
npm run dev| Command | Description |
|---|---|
npm run dev |
Start dev server with HMR |
npm run build |
Build for production |
npm run preview |
Preview production build |
npm run lint |
Run ESLint |