/meeting-price-counter

A simple web app to calculate how much the meeting is costing

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Meeting Price Counter

See the web app in action at: https://meeting-price-counter.web.app/

This is a work in progress. No css yet.

What is this?

As the name implies, this is a simple web app where you can count how much money is being spent on a meeting. Just enter the number of attendees, the average salary and click start counting.

Why?

This project was created so I could test the hyperapp framework and parcel bundler.

How to start the server locally

git clone git@github.com:mfdavid/meeting-price-counter.git
cd meeting-price-counter
npm install  
npm start