Skip to content

Commit 22e42e4

Browse files
committed
- completely redesign number converter UI with modern styling and dark mode support
- add bidirectional conversion (other bases to decimal) - implement step-by-step conversion explanations - add custom base support (up to base-36) - add digit grouping options with different separators - improve input validation with error messages - add copy-to-clipboard functionality - enhance accessibility features - implement local storage for user preferences
1 parent a231821 commit 22e42e4

File tree

2 files changed

+996
-177
lines changed

2 files changed

+996
-177
lines changed

PROMPTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ Our goal is to improve it thoroughly.
243243
* The tool should stay in the scope of this single HTML page.
244244
* Provide the updated code with a minimal amount of line breaks and indentations in order to save tokens.
245245
* Implement modern, well-structured and fitting design, UI and UX.
246+
* Take your time thinking and planning. Don't provide the finalized code before creating a watertight plan.
246247
</requirements>
247248
248249
<task>

0 commit comments

Comments
 (0)