In this homework, you are going to complete your memory matching game. You need an introduction page where you are going to first gather the player’s first name, last name, age, and attempts. Store all those items in JSON, and then put it into local storage and before going to the memory matching page.
On that memory page, allow the user to play the game. Keep track of the user attempts required to complete the game. When complete, update the score in the JSON object and redirect the player to the final page showing their name, age, and their final score.
Specifics: