Skip to content

BlackJack card game built with Svelte 5, showcasing Svelte features for educational purposes.

License

Notifications You must be signed in to change notification settings

baterson/blackjack-svelte-5

Repository files navigation

BlackJack Svelte 5

BlackJack card game built using Svelte 5 for educational purposes. This project was part of a presentation I gave at work to demonstrate Svelte and highlight the new features of Svelte 5.

Check out the BlackJack game live demo.

compressed21

Technologies

Run locally

Use Node 20.x

  • npm install - install dependencies
  • npm run dev - run a dev server

Contribution

If you have ideas for improvements or want to contribute to the project, please feel free to fork the repository, make your changes, and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.