Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1013 Bytes

File metadata and controls

29 lines (15 loc) · 1013 Bytes

React Native Memory Game

alt text

alt text

This is a React Native App which challenges users to not click on a famous person twice.

Deployment

This application can be found here.

User Experience

After the page loads a header, scoreboard, and image grid are displayed.

The image grid is shuffled on every page load and image click regardless of choice. Clicking one of the images starts the game and adds +1 to your score.

This counter helps the user keep track of images left to click If all images are clicked successfully. A message telling the user so pops up and the game starts over.

If an incorrect choice is made the user is informed what mistake was made and given the opportunity to immediately restart.