/meeting-cost-calculator

Calculates the financial cost of a meeting based on duration and salary of participants.

Primary LanguageTypeScript

Meeting Cost Calculator

Description

This is a simple calculator to calculate the cost of a meeting based on:

  • Number of participants
  • Salary of participants
  • Duration of meeting

This was just a quick project I did for fun. Do with it what you will!

Demo

Live demo at: https://meeting-cost-calculator.puggy.gg/

Installation

  1. Clone the repository
  2. Run npm install
  3. Run npm start