Skip to content

AdamWhitehurst/concentration-card-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Concentration Game - Match two cards, get a point. But we also count your failures.

This simple npm project is a matching game using the wonderful Deck of Cards API. When you press "New Game," the API creates a new deck of only the Hearts and Spades suits, while the game logic will pull, shuffle then pull again that deck from the API, creating a deck of 52 cards, 26 pairs.

This project is made with three ingredients:

React.js For the UI framework, using only hooks for state and my best attempt at functional programming :)

Styled-Components For component styling

Axios For API data fetching

About

React + Styled-Components App using DeckOfCard API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published