← Back to Projects

Overview
A compact scoreboard app built to practice JavaScript event handling, numeric state updates and simple interactive UI controls.
What I Built
Score Controls
Created controls for increasing scores and updating the displayed values immediately in the interface.
UI State
Used JavaScript variables and DOM rendering to keep the visual scoreboard aligned with the current score state.
Deployment
Connected the GitHub project to Netlify so every version can be published as a live web app.
Tools & Technologies
- JavaScript for score logic
- HTML and CSS for layout and styling
- GitHub for version control
- Netlify for hosting