/hver-er-leigan

A simple rent calculator for your shared apartment

Primary LanguageJavaScriptMIT LicenseMIT

Hver er leigan?

Have you ever wondered how it would be best to split the rent of your shared apartment? Just enter the total rent, fill in the common area proportion and the room sizes and you have it all laid out in front of you.

Usage

npm install
npm start
open http://localhost:3000

Development

This is a front end only web project is React, build using Webpack. The CSS uses Rework to compile future-CSS to CSS understood by modern browsers.

To create a bundle from the project, simply run: npm run build and you'll have a bundle.js in the scripts folder.