Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.46 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.46 KB

School Working Days Calculator

Often people would like to be able to calculate the number of "working days" from the current date. For instance, 10 working days is often 14 regular days.

Additionally, there are holidays to take into account as well as days particular to your organization.

In this version this application can do

  • Calculate the number of "working days" from the current date (weekdays excluding weekends)
  • Customize any additional days you would like to exclude
  • Save your excluded days and share them with your co-workers using a url
  • Change the title of your calculator

home dashboard

Requirements

You need the following to run the application

  • Node
  • Yarn

Demo

You can test the appilcation here: https://michaelghinrichs.github.io/school-working-days-calculator/

How can you download and use it?

Its very simple to download and use the application, just follow these steps:

  $ git clone https://github.com/michaelghinrichs/school-working-days-calculator.git
  $ cd school-working-days-calculator
  $ yarn
  $ yarn start

  Now enjoy!

How can you help us?

  • Star our GitHub repo
  • Create pull requests, submit bugs, suggest new features or documentation updates

Any questions or issues?

Feel free to join the Gitter chat room and talk to us about it :)

https://gitter.im/school-working-days-calculator/Lobby#

License

This project has an MIT license, because we <3 open source.