meeting-price-calculator
meeting-price-calculator copied to clipboard
Meeting Price Calculator - How expensive are meetings, really?
meeting-price-calculator
What?
A timer for estimating how much a meeting has cost. Simply calculating the amount of people times the average hourly rate times duration.
Why?
Because sometimes meetings are held just because having meetings is what we do. But really, this was built mainly for fun and for learning Cycle.js. Haven't really used this during any real meetings yet.
How is it built?
The project is using the following tools and technologies:
- Create Cycle App as the base boilerplate
-
Cycle.js as the core, in addition to the following:
- @cycle/dom
- @cycle/http
- @cycle/isolate
- @cycle/run
- @cycle/storage
- @cycle/time
- cycle-onionify
- cycle-storageify
- xstream as a stream library
- TypeScript
- Prettier for automatic code formatting
- TypeStyle for CSS-in-JS
- Jest for testing
- HTML Looks Like for testing that the views look about right
- jsverify for property based testing
- Moment for date and duration formatting
Development
- Install dependencies:
yarn
ornpm install
- Run tests:
npm test
- Run dev build:
npm start
Contributing
- Found a bug or have an idea? Please add an issue
- PRs are welcome
License
MIT
Acknowledgements
This project is sponsored by Futurice's Open Source Sponsorship program