DEV Community

Vicky Kumar
Vicky Kumar

Posted on

HTML Citation Cleaner project

Recent update on my HTML Citation Cleaner project
Shipped a UX-focused iteration based on real usage and feedback.
What I improved:
One-click clean β†’ auto-copy to clipboard with success feedback
Fixed tablet / small-laptop responsiveness (900–950px) using CSS Grid
Citation highlighting in rendered preview to visualize impact before cleaning
Smarter reset flow that returns users directly to the active input area
Engineering approach:
Progressive enhancement (modern APIs + safe fallbacks)
DOM-safe logic (structure and LaTeX preserved)
Zero breaking changes
Used Claude and GitHub to speed up iteration; all design and implementation decisions were mine.
πŸ”— Code:https://github.com/algsoch/html-checker
πŸ”— Live:https://html-checker-1.onrender.com/
I focus on building tools that remove friction in real workflows, not just showcasing features.

Top comments (0)