rocksteadyrose / clicky-game

🐰 Zootopia React Memory Game that manages component state and responds to user events

Home Page:http://bit.ly/roseclickygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zootopia Clicky Game (Memory Game using React)

View the completed app on Heroku here

screen shot 2018-07-21 at 6 43 13 pm

For this app, the goal was to break the UI into various components, manage component state, and respond to user events using React.

INSTRUCTIONS:

  • The app renders 12 different characters from Disney's Zootopia onto the screen.

  • Each time the user clicks an image, the characters shuffle. The goal is to click a new character each time - without clicking the same one twice.

  • The nav bar at the top keeps track of the user's score.

    • If you get 12 points, that means you have clicked all 12 characters without clicking the same character more than once, and you've won the game.
    • If you click the same character twice, the score resets.
    • The score in the nav bar also keeps track of the highest score since the page has been refreshed.

Technologies Used:

  • React
  • Node.js
  • Javascript
  • Bootstrap
  • HTML
  • CSS

About

🐰 Zootopia React Memory Game that manages component state and responds to user events

http://bit.ly/roseclickygame


Languages

Language:CSS 55.8%Language:JavaScript 34.4%Language:HTML 9.9%