Punch Me


Punch card is a one-page habit tracker website.

Year: October 2016
Language: PHP
Libraries/Frameworks: None

This was a size limitation challenge; to make a site in under 10kb.
The site resembles a real-life punched card, where each column is a week, and each row is a day of the week.

When the user completed tasks for a day, a hole is punched.
The punched hole size scales with number of tasks completed for that day.
The user also has the ability to add and remove tasks.

Back to Software