clicky-game-app

Create a memory game with React. This assignment required to break up tye application’s UI into components, manage component state, and respond to user events.

Deployed on Heroku, https://clicky-game-app82.herokuapp.com/

Screen Shot 2019-09-17 at 5 37 34 PM

Git Hub Pages, https://github.com/GeorgeCampa/clicky-game-app.git

Git Hub ReadMe, https://georgecampa.github.io/clicky-game-app/

INSTRUCTIONS:

The app renders 12 different characters.

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

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.