Skip to content

sstackus/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background

This project was developed as an exploratory exercise of the React hooks API.

Additionally, Unstated Next is used to showcase how Redux/MobX can be avoided in projects necessitating state sharing, resulting in more efficient code with less bootstrapping.

Instructions

Run the following commands:

npm i

npm start

The application is now accessible at http://localhost:3000

Prerequisites

LTS version of Node.js (>=12).

https://nodejs.org/en/download/

About

An implementation of the Blackjack (21) card game using React Hooks.

Topics

Resources

Stars

Watchers

Forks