blackjack game, where user can play against a dealer and bet with virtual chips
- Node.js
- npm
- axios
- react
- react-dom
- react-router-dom
- zustand
-
Clone the repository:
git clone https://github.com/Jankela04/blackjack.git
-
Install the dependencies:
cd blackjack
npm install
-
Start the development server:
npm run dev