https://github.com/peterthehan/total-compensation
Calculate your total compensation.
https://github.com/peterthehan/total-compensation
calculator compensation hook hooks money progressive-web-app pwa react react-hooks reactjs salary tc total-compensation
Last synced: about 1 month ago
JSON representation
Calculate your total compensation.
- Host: GitHub
- URL: https://github.com/peterthehan/total-compensation
- Owner: peterthehan
- License: mit
- Created: 2021-12-22T05:04:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T04:13:45.000Z (over 2 years ago)
- Last Synced: 2025-02-10T08:44:30.093Z (3 months ago)
- Topics: calculator, compensation, hook, hooks, money, progressive-web-app, pwa, react, react-hooks, reactjs, salary, tc, total-compensation
- Language: TypeScript
- Homepage: https://tc.peterhan.dev
- Size: 1.97 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Total Compensation
[](https://discord.gg/WjEFnzC) [](https://twitter.com/peterthehan)
Calculate your total compensation.
Inspired by https://www.levels.fyi/calculator.
## Getting started
To begin local development, run:
```
npm start
```To serve the production build locally, run:
```
npm run build
``````
npx serve -s build
```To view Lighthouse score, run:
```
npx lighthouse http://localhost:3000 --view
```> Ensure the local or production build is running first!
To deploy to GitHub Pages, run:
```
npm run deploy
```