DEV Community

Cover image for React PWA: Salary per time calculator
Alex Parra
Alex Parra

Posted on

React PWA: Salary per time calculator

This weekend I took on automating something many of us probably do over and over... (at least I do).

Problem:

If I make x€ per hour how much is that per year in £?
If I make y$ per year, how much is that per month in €?

Solution:

A pwa that calculates all other values when I change one of them.

App: https://alex-parra.github.io/salary-per-time-calculator/

Repo: https://github.com/alex-parra/salary-per-time-calculator

TODO

  • favicon images
  • local storage
  • ??

Top comments (3)

Collapse
 
simonholdorf profile image
Simon Holdorf

Nice, keep going :)

Collapse
 
daviddalbusco profile image
David Dal Busco

That background slowing varying between colors, that's the kind of attention to the details I really like! Well played Alex 👍

Collapse
 
shozab_adeel profile image
Shozab

Hey Alex, this is a super useful project. I’ve been working on something kind of related, more focused on German users who need to calculate work hours and wages accurately. It’s a full-featured Stundenrechner that handles time differences, break deductions, decimal conversions, and even helps estimate hourly wages from salaries. Yours feels more cross-currency focused, which is great, but this might complement it well if anyone needs something more tailored to working hours.
Regards,
Shozab