Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```