Mikkeep / DateTeller

An Electron app, which can tell you what day of the week a chosen date is. Either in the past or in the future.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DateTeller

An Electron app, which can tell you what day of the week a chosen date is. Either in the past or in the future.

The project is based on Doomsday Algorithm, which takes advantage of our calendars so called "Doomsdays".

More of this algoritm here: https://en.wikipedia.org/wiki/Doomsday_rule




The app is used by giving the input slots values in DD/MM/YY format.
For single digit months or days no leading zero is needed. But leading zeroes are removed anyway if used


TODO:
- Automatic updates
- Improve GUI
- Error handling

About

An Electron app, which can tell you what day of the week a chosen date is. Either in the past or in the future.


Languages

Language:JavaScript 61.0%Language:HTML 33.5%Language:CSS 5.5%