Skip to content

MainakRepositor/Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar

A simple javascript calendar with a glassmorphic UI

Techs Used:

  • HTML 5
  • CSS 3
  • Vanilla JavaScript

Purpose:

The javascript file contains the logic of a calendar. It will fetch the system date from browser/device and then set that as today's date. The days and months are stored as arrays and successive increments are carried out. An additional feature is, one can check what day a date falls on any month or year because the pointer remains on the same date as of the present day's date.

Screenshot:


ss1

The web application is hosted at : https://calendar-mc.netlify.app/