codegard1 / blackjack

Nonstandard blackjack game implemented with React and Fluent UI 1
https://ciaervo-blackjack.netlify.app/
0 stars 0 forks source link
blackjack cards game react typescript

Chris's Blackjack

Introduction

This project is an attempt to build a game of blackjack from scratch, as a way to practice implementing some of the web technologies I've been using at work.

image

https://mango-cliff-08390e60f.azurestaticapps.net/

How to Play

  1. Clone the repo
  2. cd into the repo directory
  3. Run npm install
  4. Run npm start
  5. Navigate to localhost:3000

Technologies Used

Project Status as of 10/27/2017

Wish List