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
- 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
Built with React + TypeScript + Vite
npm installnpm run devnpm run buildThe project automatically deploys to GitHub Pages when changes are pushed to the main branch via GitHub Actions.