A front-page generator for lab assignments at Krishna Engineering College. Fill in your details, pick the format, and download a pixel-perfect, correctly formatted front page as a PDF — in seconds instead of fighting Word margins for twenty minutes.
Live: https://frontpagekec.netlify.app
flowchart LR
F["Fill the form<br/>name · roll no · subject · lab"] --> R["Render template<br/>exact college format"]
R --> C["html2canvas<br/>rasterise"]
C --> P["Download PDF"]
The page is rendered in HTML/CSS matching the college's required layout, captured with html2canvas, and exported as a PDF — entirely in the browser, nothing uploaded anywhere.
Every student at KEC produces the same front page dozens of times a semester. This automates a small, universally annoying task — which is exactly what software is for. It is used by actual students at the college.
HTML · CSS · JavaScript · html2canvas
Built by Aryan S Rao. GPL-3.0. Issues and pull requests are welcome.