Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mainakrepositor/calendar
A simple javascript calendar with a glassmorphic UI
https://github.com/mainakrepositor/calendar
api calendar-view css datetime glassmorphism html5 javascript ui-design
Last synced: 3 days ago
JSON representation
A simple javascript calendar with a glassmorphic UI
- Host: GitHub
- URL: https://github.com/mainakrepositor/calendar
- Owner: MainakRepositor
- Created: 2021-05-18T19:12:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T04:28:13.000Z (over 3 years ago)
- Last Synced: 2024-05-11T05:46:17.440Z (6 months ago)
- Topics: api, calendar-view, css, datetime, glassmorphism, html5, javascript, ui-design
- Language: JavaScript
- Homepage: https://calendar-mc.netlify.app/
- Size: 12.7 KB
- Stars: 27
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://user-images.githubusercontent.com/64016811/118710304-b984c700-b83b-11eb-9011-081cda3371ab.jpg)
### The web application is hosted at : https://calendar-mc.netlify.app/