You've already forked computing-box
Refactor and Enhance Hex Colours Simulator in Astro #11
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
The Hex Colours simulator needs to be migrated from the legacy HTML structure into the new Astro architecture. It must be updated to match the new dark-mode design language established by the Binary and Hexadecimal simulators.
Objective
Rebase the Hex Colours page into Astro, adopt the global
BaseLayout.astro, implement the interactive RGB hex cards, and add the newly designed toolbox features.Acceptance Criteria
hex-colours.astrousing the global layout..text-red,.text-green, and.text-blueCSS classes for clear visual hierarchy.