Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.45 KB

Is the work worth 🤔 ?

License GitHub stars GitHub forks

A tiny tool that can calculate the cost performance of your current job.

Is the work worth? - Check your work cost performance. | Product Hunt

Online

https://work-worth.vercel.app

Feature

  • Second edition algorithm
  • Show the calculation results with a sense of ritual
  • Multilingual support
  • Dark mode

Developing

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version:

npm run build