Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 586 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 586 Bytes

isitnewyearsday.com

A site that tells you if it is new years day or not.

Inspired by https://github.com/isitchristmas/web and https://xkcd.com/2236/

Tech

  • Front-end - Vue.js 2.6 + Vue Composition API
  • Back-end - Node.js + Express + Socket.io

Ideas

  • docd27 - how about multiple countdowns for some different capital cities?
  • docd27 - curl support / no JS support
  • bobsparadox - per user settings to hide / show things
  • beganovich - How about detecting user's light/dark system theme? window.matchMedia("(prefers-color-scheme: dark)").matches (reactive) or just media