X Tutup
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sahandghavidel/HTML-CSS-JavaScript-projects-for-beginners
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Jose-Renny/HTML-CSS-JavaScript-projects-for-beginners
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 14, 2026

  1. Refactor HTML structure for better better accessibility and new features

    Wrapped counter elements in a centered 'container-box for a card-like layout
    Added ARIA attributes: 'aria-live for counter updates and 'aria-label' for buttons
    Updated Font Awesome icon classes from 'fa' to 'fas'
    Added a dark mode toggle button for improved user experience
    Cleaned up spacing and structure for readability
    Jose-Renny committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    5e57ead View commit details
    Browse the repository at this point in the history
  2. Improve styling: adcard layout, dark mode, and smooth transitions

    - Created a card style container with padding, rounded corners, and shadow
    - Centered main content vertically and horizontally
    - Added spacing between buttons for a clearer layout
    - Implemented dark mode styles for body and container
    - Added smooth transitions for background, text color, and counter updates
    - Adjusted typography sizes for better visual hierarchy
    Jose-Renny committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    08cc428 View commit details
    Browse the repository at this point in the history
  3. Refactor counter logic and add dark mode functionality

    - Moved counter update logicintoa reusable 'updateUI()' function
    - Updated counter text color based on value and dark mode state
    - Added event listener for dark mode toggle with immediate UI refresh
    - Simplified clickhandling using modern ES6 syntax and arrow functions
    - Improved readability and maintainability by centralizing logic
    Jose-Renny committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    7ea8ede View commit details
    Browse the repository at this point in the history
Loading
X Tutup