##Memory Game A matching game front end project for DigitalCrafts with the goal of learning JQuery, Javascript, HTML, and CSS.
The goal of the project was to have monster cards covered that would reveal on click and recover if the second card clicked was not a match. Added features are to count the number of turn it takes to win and declare a winner after ll card have been matched. Another feature was to shuffle the monster cards so that dealt in a different order each game.
Library: JQuery Languages: Javascript HTML CSS
##Learning Outcomes This was my second time using JQuery and I reinforced some of the basics and expanded my understanding of new concepts. Basics: Understanding the DOM. Targeting Classes and Id's. Use $val and .text. HTML and CSS skills New concepts: Show and hide classes. Lock elements. new css style tricks.