Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.08 KB

File metadata and controls

28 lines (17 loc) · 1.08 KB

FrontPage KEC

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

How it works

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"]
Loading

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.

Why

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.

Stack

HTML · CSS · JavaScript · html2canvas


Built by Aryan S Rao. GPL-3.0. Issues and pull requests are welcome.