https://github.com/pashacoder217/blackjack-svelte-5
This is a Blackjack game interface built by Svelte5
https://github.com/pashacoder217/blackjack-svelte-5
Last synced: about 2 months ago
JSON representation
This is a Blackjack game interface built by Svelte5
- Host: GitHub
- URL: https://github.com/pashacoder217/blackjack-svelte-5
- Owner: pashacoder217
- License: mit
- Created: 2025-02-25T10:51:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T09:59:16.000Z (over 1 year ago)
- Last Synced: 2026-01-02T12:35:38.960Z (6 months ago)
- Language: Svelte
- Homepage: https://blackjack-svelte-5.vercel.app
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://blackjack-svelte-5.vercel.app/).

## Technologies
- Svelte 5
- SVG Cards from [SVG-cards](https://github.com/htdebeer/SVG-cards)
## 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](LICENSE.txt) file for details.