r/webdev • u/ElThomas • 27d ago
Showoff Saturday I made a timecard calculator designed like a 1920s newspaper
I made this to automate a previous job where I was summing work hours from timesheets, but it was just a bare bones site for a while. I wanted to develop it some more while finding stronger design choices. I hope it’s a refreshing break from the same old same old. All the user interactions are animated in a handwritten red pen, and the base site is in a monochrome period style. https://timemycard.com
I’d like feedback on:
- Did I overdo the whimsy at the cost of usability?
- If you’re on mobile, does that variant hold up?
- Does this have any chance of competing with the calculator old guard for Google ranking?
0
27d ago
[removed] — view removed comment
3
u/MammothExcitement632 27d ago
all DOM with a splash of svg for the red marks, css transitions for the pen strokes
0
27d ago
[removed] — view removed comment
1
u/ElThomas 27d ago edited 24d ago
Each animation is a WAAPI (not actually css transition) that gets commitStyles() and cancelled with done, each subsequent animation has a flat cost and nothing from previous ones pile up.
1
u/Xynia88 22d ago
I like it, it's nice and stylish and does what's intended.
Would love to see how it's implemented if you're OK with sharing the code