This is a simple web application that helps in playing blackjack. It was created by following a tutorial from FreeCodeCamp.
- Start a game: Allows users to pick a card.
- Get a new card: Users can get a new card and if the total exceeds 21 they are out of the game.
- Reset functionality: Resets the count back to zero.
- Open the website.
- Click the 'Start Game' button to start the game and get a card.
- Use the 'New Card' button to get a new card.
- If the total points exceed 21 the user is out of the game.
- HTML
- CSS
- JavaScript
- This project was built by following a FreeCodeCamp tutorial.
- Anant Jain