This repository contains a collection of simple web applications built with HTML, CSS, and JavaScript. Each app is self-contained and demonstrates basic web development concepts.
A simple counter application that allows users to increment a count, save it, and view previous entries. Features a welcome message for "lokha's town."
- Location:
counter app/ - Features: Increment count, save entries, display previous entries
- Technologies: HTML, CSS, JavaScript
A web-based scoreboard for tracking basketball game scores between home and guest teams.
- Location:
basketball-scoreboard/ - Features: Add points (1, 2, or 3), highlight leader, new game reset
- Technologies: HTML, CSS, JavaScript
A simple implementation of the Blackjack card game where players aim to get as close to 21 as possible without exceeding it.
- Location:
Blackjack Game/ - Features: Random card generation, sum calculation, win/lose detection
- Technologies: HTML, CSS, JavaScript
Each app is contained in its own folder. Open the index.html file in a web browser to run the application.
- HTML for structure
- CSS for styling
- JavaScript for interactivity