Git Product home page Git Product logo

teom's People

Contributors

herbfargus avatar

Watchers

 avatar  avatar  avatar

teom's Issues

Brainstorming

This is just a post for thinking out loud with ideas/frameworks.

The main idea is just to be able to go to a simple page, put in your annual salary or hourly wage and have it start a counter showing how much money you've made per second. You ask why? I ask why not?

For right now its just a gimmicky ephemeral thing where it only runs so long as it's up, no real database or anything.

If I were to do it proper it would have a way you could sign in, would have a fancy dashboard, include deductions and run real time and possibly sync with time cards. This really is something that would be better integrated with some kind of company time card keeping service but I'm just doing this for fun to learn a few things.

Variables List:

Variables:

Salary

  • AnnualSalary: X
  • SalaryWeekly= AnnualSalary/52
  • SalaryHourly= SalaryWeekly/40
  • SalaryMinute= SalaryHourly/60
  • SalarySecond= SalaryMinute/60
  • SalaryMillisecond= SalarySecond/1000

Deductions:

  • Federal Income= X
  • Social Security= X
  • Medicare = X
  • State Income = X
  • Workers Comp = X
  • 401K Before Tax= X
  • 401K After Tax = X

= Sum of Deductions / Weekly Salary

Example JSFiddle Counters:

http://jsfiddle.net/henser/qvp2c0ya/1/

https://jsfiddle.net/cdr4fzg3/

https://jsfiddle.net/wizajay/rro5pna3/

http://jsfiddle.net/wigster/s9tcd8sv/

http://jsfiddle.net/gcjysczj/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.