Skip to content

ad2ien/ideal-wages-calculator-vue

Repository files navigation

Ideal Wages Calculator (vue.js) 💸

Check workflow status GitHub page workflow status Gitmoji Vue.js Typescript License

A Vue.js version of https://github.com/ad2ien/ideal-wages-calculator and is mostly used as playground

Description

Is there not some injustices in spreading labour incomes? I wanted to know how (too) much I was paid for my services.

This, and also, I wanted to learn vue.js 🤓...

Website

The result here : https://ad2ien.github.io/ideal-wages-calculator-vue/

Dependencies

Run

npm install

Create a .env file containing

VITE_BASE_DOMAIN="http://localhost:5173/"

Then start

npm run dev