Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 890 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 890 Bytes

Game «Who wants to become a millionaire»

Project online: https://lev-shapiro.github.io/quiz-app/

Task:

It is necessary to realize the game on the motives of the television show «Who wants to become a millionaire». As questions and answers, it is necessary to use ready-made datasets, for example https://opentdb.com/api.php?amount=1. The application should realize the functionality of the game with step-by-step questions and the possibility of answers.

  • Functionality should be implemented using React.js;
  • The number of questions should be limited to adjustments;
  • It should be possible to restart the game:
  • When answering, the correct answer option should be highlighted

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.