Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.4 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.4 KB

Millionaire quiz app

Welcome to the Millionaire Quiz App! Test your knowledge and challenge yourself with this exciting trivia game based on the popular TV show "Who Wants to Be a Millionaire?".

Links:

Requirements:

  • make the layout adaptive;
  • do the layout without using CSS frameworks;
  • the game config (questions, answers, money for the correct answer, etc.) must be in json format;
  • the task is implemented using the latest version of React;
  • all client code must fully comply with the eslint/airbnb out-of-the-box rules.

Build With

  • React (RTK)
  • TypeScript
  • CSS

Setup

  1. Use 20 version of node.js:
$ nvm use 20
  1. Clone the repository to your local machine, open terminal (GitBash for Windows users) and clone repo with command bellow:
git clone https://github.com/YaroslavYarynych/quiz-app.git
  1. Open editor, set up project and install necessary packages in the code-editor you use:
$ npm install
  1. Open the project in browser:
$ npm run dev
  1. Bulid project:
$ npm run build

Author