Which Benedict Cumberbatch is a Front End Module 1 Project at Turing School of Software & Design that focuses on building out a two-player game based on comprehensive layouts and the classic game Concentration/Memory. Each player takes turn flipping over two cards at a time. If they match, that player “scores”. If the two cards don’t match, they must be flipped back over. The goal is the get the greatest amount of matches. It is a multi-page site to practice writing well structured, semantic HTML with clean, precise CSS, as well as user interaction with JavaScript and the DOM.
- Solidify and demonstrate your understanding of:
- semantic HTML
- DRY JavaScript
- localStorage to persist data
- Iterate through/filter DOM elements using for loops
- Understand the difference between the data model and how the data is displayed on the DOM
- Match/recreate a UI and create a great UX
- HTML
- CSS
- JavaScript
https://kylecornelissen.github.io/which_benedict_cumberbatch/
- Clone this repository
- Run open index.html in the terminal command line