Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 629 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 629 Bytes

React Cartoon Memory Game

header image

Deployed app

Check out the app here.

Description

React Cartoon Memory Game is a simple, fun matching game, built with React. To play, try and click every character in a row without clicking the same one twice.

This app was created for week 16 of UT Austin coding bootcamp. This unit we learned react and were practicing using both functional and class-based components. This first assignment had us get our feet wet with state management and passing data between components using props.