This is a Next.js and Redux application which implementes the most famous game of Blackjack.
Try the application here.
Alternatively you can download the repository, then run the development server:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.