Skip to content

olpeh/meeting-price-calculator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

meeting-price-calculator

Build Status styled with prettier Sponsored PRs Welcome license

Meeting Price Calculator GIF

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 or npm install
  • Run tests: npm test
  • Run dev build: npm start

Contributing

License

MIT

Acknowledgements

This project is sponsored by Futurice's Open Source Sponsorship program

About

Meeting Price Calculator - How expensive are meetings, really?

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published