Skip to content

A modern, user-friendly ASCII, Binary, and Text converter built with pure HTML, CSS, and JavaScript

License

Notifications You must be signed in to change notification settings

CyberSphinxxx/AsciiWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsciiWizard

AsciiWizard 🧙‍♂️ is a simple and efficient ASCII to text converter. Instantly decode ASCII values into human-readable text with ease. Perfect for developers, students, and anyone working with ASCII codes!

Built with pure HTML, CSS, and JavaScript (no frameworks).

AsciiWizard Screenshot

Features

  • Conversions:
    • ASCII to Text
    • Text to ASCII
    • Binary to Text
    • Text to Binary
  • Live Conversion: Updates output as you type
  • Responsive Design:
    • Full-screen layout on desktop (no scrolling)
    • Scrollable on mobile with wrapped button layout
  • Theme Support: Light and Dark modes with toggle
  • Additional Tools:
    • Copy output to clipboard
    • Clear input/output
    • Swap input and output content
  • Error Handling: Robust validation for invalid inputs
  • Accessibility: Keyboard-friendly (Enter key triggers conversion)

Usage

  1. Select conversion mode from the dropdown
  2. Enter your input in the top textarea
  3. See the converted result instantly in the bottom textarea
  4. Use the buttons to:
    • Convert manually
    • Clear content
    • Copy output
    • Swap input/output
  5. Toggle between light/dark mode using the icon in the header

Technical Details

  • Built With:
    • HTML5
    • CSS3 (Flexbox and Grid)
    • Vanilla JavaScript
  • Responsive Design:
    • Desktop: Fixed height, no scrolling
    • Mobile: Scrollable with wrapped button layout
  • Browser Support: Modern browsers (Chrome, Firefox, Safari, Edge)