Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

fast-junkie/calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calendar

This is my version of a simple, home rolled JavaScript calendar... please note, I borrowed ideas from code-boxx though the API has been rewritten in its entirety... it is still based around the code-boxx zen...

Unlike code-boxx I did not write any custom styles, I used several vendor libraries instead. I did used Bootstrap, but I chose the Tailwind philosophy, utility over component, with one exception. I lazily used Bootstrap's modal component 😖.

Client side

NPM packages

To kick the proverbial tires

npm run build && npm start

Then load up localhost:2112 yep, huge Rush fan...

Holidays

I do a simple localStorage insert of common US holidays 2024, 2025, purely out of boredom. You can just comment out the (new Holidays()).init(); to stop the initialization of them.

The humans

/* TEAM */
  Human      : Fast Junkie
  Contact    : development [at] f-j.8shield.net
  Mastodon   : @[email protected]
  Location   : These ------ States of America
  Oeuvre     : fj-development

/* SITE */
  Version    : 2024.02.58
  Language   : English [American]
  IDE        : VSCodium 1.85.2, GIMP 2.10.36
  Modified   : 2024-02-18T13:17:59-05:00

About

A hack JavaScript calendar...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages