Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 912 Bytes

File metadata and controls

40 lines (27 loc) · 912 Bytes

UXDX Bitmap Text Editor

A retro-style bitmap text editor with a CRT monitor aesthetic. Create 5x7 pixel characters and view their binary representation.

"640K ought to be enough for anybody... but 5x7 pixels? That's luxury!" - Probably not Bill Gates

Live Demo

🎮 View Demo on GitHub Pages

Features

  • 5x7 pixel grid for drawing bitmap characters
  • Real-time binary output display
  • Retro CRT green-on-black color scheme
  • Predefined characters: A, B, C, E, H, Y, 1, 3, {, (
  • Pixelated button styling

Development

Built with React + TypeScript + Vite

Install dependencies

npm install

Run development server

npm run dev

Build for production

npm run build

Deployment

The project automatically deploys to GitHub Pages when changes are pushed to the main branch via GitHub Actions.