Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 474 Bytes

File metadata and controls

18 lines (18 loc) · 474 Bytes

Blackjack React App

Blackjack card game built in React, using TypeScript.

What I Learned:

  • Using TypeScript with React
  • Working with and manipulating React array hooks
  • Implementing Typescript enums

GitHub Pages:

Link:

https://jarodburchill.github.io/blackjack-react-app

Preview:

alt text

Installation:

git clone https://github.com/jarodburchill/blackjack-react-app
cd blackjack-react-app
npm install
npm start