Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T04:13:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T13:12:42.606Z (2 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
[![Discord](https://discord.com/api/guilds/258167954913361930/embed.png)](https://discord.gg/WjEFnzC) [![Twitter Follow](https://img.shields.io/twitter/follow/peterthehan.svg?style=social)](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
```