Artisanal text corruption, served fresh!
  • JavaScript 45.4%
  • Python 17%
  • HTML 15.6%
  • CSS 14.8%
  • Just 7.2%
Find a file
Ole-Morten Duesund 44a2ac4cbd Initial commit: Text Corruptor PWA
Features:
- Zalgo text generator with adjustable intensity (1-10)
- Real-time text corruption as you type
- Click-to-copy functionality with visual feedback
- Progressive Web App with offline support
- Responsive design for mobile and desktop
- Dark theme with glitch-inspired aesthetics

Technical implementation:
- Pure JavaScript implementation (no frameworks)
- Service Worker for offline functionality
- PWA manifest for installability
- Python development server
- Comprehensive linting setup (ESLint, Prettier, Black, Pylint)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 20:00:58 +02:00
app Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
.eslintrc.json Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
.gitignore Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
.prettierrc Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
bun.lock Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
CLAUDE.md Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
package.json Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
server.py Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00