Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 780 Bytes

File metadata and controls

20 lines (13 loc) · 780 Bytes

Trivia App

Trivia App

Description

This project is a trivia web application that generates trivia questions based on user-selected parameters. Users can modify the difficulty, select the type of response, and choose a category. The application fetches trivia questions from the Open Trivia Database API. Each trivia consists of 10 questions, and users are awarded points for each correct answer.

Features

  • Generates trivia questions with user-selected parameters (difficulty, response type, category)
  • Displays 10 trivia questions per session
  • Shows possible answers for each question
  • Calculates and displays the final score
  • "Create new trivia" button to generate a new set of questions
  • Use of tailwind
  • Written in ECMAScript 6
  • Hosted on Vercel