Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.28 KB

File metadata and controls

37 lines (24 loc) · 1.28 KB

Launareiknir

Static small website calculator for visualizing monthly salary, withholding tax, and pension savings in Iceland.

About The Repository

This repository contains a small Vite + TypeScript web app for exploring how Icelandic monthly gross salary is split into take-home pay, withholding tax, pension fund contributions, and optional additional private pension savings.

Goal

The goal of the project is to provide a simple, transparent salary calculator for a typical salaried worker in Iceland, using official 2026 tax rules and showing the result in a clear visual breakdown.

Live Site

https://launareiknir.benediktorri.is

Sources

The calculator currently uses these official Skatturinn sources for its 2026 assumptions:

Run Locally

npm install
npm run dev

Build And Test

npm run test
npm run build