question from API
I used in this project basic react tools {useState, uesEffect} and separate dataBased then to check if the answers that has been selected is the correct answers or show the right answers.
this app is componens of two pages on is intro and the second is the actuall questions Page.
intro page is almost empty page except with one button at the middle to start the exam.
the exam page has 10 question Rnadomly between 4 answers to select or true/false and each question has one point marke then.
finally submit button and reset the submit button will appear only if you has answers all the question and after submited the answers and see the result the button will shoft to restart button to take yo to start page.