An open API service indexing awesome lists of open source software.

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

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/).

![compressed21](https://github.com/user-attachments/assets/214f1286-babb-48fb-b24b-bd4ebcf1e1ca)

## 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.