"Question App" is a trivia game consisting of 10 questions. Within a time limit, you're expected to answer the questions correctly. The duration for which the options remain on the screen is different from other quizzes, making this game more enjoyable.
- Rules Page: It's a page where you can find the rules and the "Start Quiz" button.
- Questions: Questions that you need to answer within 30 seconds are displayed on the screen.
- Options: Options appear on the screen 10 seconds after the question is displayed.
- End Page: On the final page, the answers you provided to the questions and your correct/incorrect tally are displayed.
- İlber Ortaylı: Turkish historian Professor İlber Ortaylı comments on your score.
- React: Built with React, a popular JavaScript library for building user interfaces.
- State Management: State management in React refers to the process of managing and updating the state of components within a React application.
- React Hooks: React Hooks are functions that let you use state and other React features in functional components.
You can access the live website here.
To clone and run this application, you'll need Git and Node.js installed on your computer. From your comment line:
# Clone this repository
$ git clone https://github.com/Yusufcihan1/Question-App.git
# Go into the repository
$ cd Star-Wars-Ships
# Install dependencies
$ npm install
# Run the app
$ npm run dev