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 (2)

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
 
simonholdorf profile image
Simon Holdorf

Nice, keep going :)