masters-of-the-universee / triwow

A quizz app maded with React, Redux and Trivia Open API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Triwow (Quizz App)

A quizz game app maded with React. You will get 5 different questions and the time for each one is 15 secs. Must choose wisely because you will not be able to return back and choose another answer. If you do not manage to choose the answer before the coundown ends, the question will be answered as wrong.

๐Ÿ’ป Techs

๐Ÿ“ฆ Installation

๐Ÿ“ฐ Clone the project

git clone https://github.com/masters-of-the-universee/triwow.git

๐Ÿ”ป Install the depedencies

npm install

๐Ÿƒโ€โ™‚๏ธ Start the project

# for dev
npm run start
# for production
npm run build

โœ” TODO LIST

check the todos if you fix it.

  • Login page

    • Add login form
    • Add login system with using Redux
  • Mode selection page

    • Get mode and redirect to selected mode page
    • Re-design and layout
  • Random Category Page

    • Add a logic that creates a random degree
    • Push user to random category questions page.
    • Category images and icons
    • Chance-wheel re-design
    • Fix styles for better look.
  • Questions Page

    • Get random category value from random-category
    • Show questions about taken random category value
    • Fix styles to better view
    • ...
  • Leaderboard Component

    • Database integration
    • Current players point
    • Replay button integration
    • ...

๐Ÿ–ŠAuthors:

About

A quizz app maded with React, Redux and Trivia Open API

License:MIT License


Languages

Language:JavaScript 46.7%Language:SCSS 45.1%Language:HTML 4.0%Language:CSS 3.7%Language:Shell 0.4%