Skip to content

This project contains a trivia game application where users progress by answering questions from various categories and earn rewards. The project is developed using the React library.

Notifications You must be signed in to change notification settings

furkan-dogu/milyoner-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milyoner App

About the Project

This project contains a trivia game application where users progress by answering questions from various categories and earn rewards. The project is developed using the React library.

Table of Contents

Live Demo

Milyoner App

Technologies Used

  • React
  • useSound for sounds
  • Styling with CSS

Usage

  • Start by entering your username.
  • Answer the questions to progress.
  • Earn rewards for each correct answer.
  • There are a total of 13 questions, and the reward amount increases with each question.
  • You can end the game by answering the questions incorrectly.
  • If you answer the last question correctly, you win the game.

Project Skeleton

Milyoner App (folder)
|
|----readme.md         
SOLUTION
├── public
│    └── index.html
├── src
│    ├── assets
│    │     ├── [images]
│    │     └── [sounds]
│    ├── components
│    │     ├── Pyramid.jsx
│    │     ├── Start.jsx          
│    │     ├── Timer.jsx          
│    │     └── Trivia.jsx 
│    ├── helpers
│    │     ├── data.js        
│    │     └── moneyPyramid.js   
│    ├── pages   
│    │     └── Home.jsx 
│    ├── App.js
│    ├── index.css
│    └── index.js
├── package.json
└── yarn.lock

Screenshots

Compatibility

The project is compatible with both wide-screen computers and mobile devices.

About

This project contains a trivia game application where users progress by answering questions from various categories and earn rewards. The project is developed using the React library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published