I created a simple blackjack game in React, with React Hooks.
http://blackjack-game-react.s3-website-us-west-2.amazonaws.com/
- React
- React Hooks
- AWS (for hosting)
- Implemented Deck of Cards API as a 2nd version: https://deckofcardsapi.com/ (refer to commit history)
- React Hooks docs: https://react.dev/reference/react
- How to use async functions in useEffect: https://devtrium.com/posts/async-functions-useeffect
- Make Aces worth 1 OR 11 based on best-scenario/player's choice
- Allow splitting of pairs
- Add chips/betting
- Implement "Basic Strategy" logic/guide