Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 949 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 949 Bytes

Mathematics Game

You can find the live version of the application here.

In this project, a math game was implemented with React. React router, hooks, localStorage and context structures are used in the application. When it is first turned on, the total score data starts from 0 and is saved to the local storage. On the tour page, 10 questions, 2 wrong answers and one correct answer are displayed. The numbers in the answers and questions are set randomly. A certain point is earned for each question. When 10 questions are completed, the scores of that round and the solved questions are displayed on the screen.

Home Page

homePage

Tour Page

tourPage correctAnswer wrongAnswer

Outcome Page

homePage

Local Storage View

localStorageView