You've already forked computing-box
Refactor and Enhance Hexadecimal Simulator in Astro #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Currently, the Hexadecimal simulator is split into two separate legacy HTML pages (
gcse-hexadecimal.htmlanda-level-hexadecimal.html) to handle different digit widths. We need to migrate this tool into the new Astro architecture (utilizingBaseLayout.astro) and consolidate it into a single, dynamic page.Objective
Rebase the Hexadecimal tool to Astro, combine the two existing pages into one, and implement the new interactive toolbox features recently added to the Binary simulator.
Acceptance Criteria
hexadecimal.astropage.SevenSegmentandDSEG7Classicfonts, glowing SVG lightbulbs, and interactive button hover states).