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
- Clone the repository
- Run
npm install
- Run
npm start