https://github.com/demonrishabh/javascript-event-calendar-website
Calender with highlight your events
https://github.com/demonrishabh/javascript-event-calendar-website
css html javascript json local-storage
Last synced: 4 months ago
JSON representation
Calender with highlight your events
- Host: GitHub
- URL: https://github.com/demonrishabh/javascript-event-calendar-website
- Owner: DEMONRISHABH
- Created: 2024-04-08T06:09:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T17:23:38.000Z (over 1 year ago)
- Last Synced: 2025-03-24T08:35:54.810Z (9 months ago)
- Topics: css, html, javascript, json, local-storage
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## JavaScript Events Calendar!
### Features!
- Generates a Calendar according to the **current year**.
- **Highlights** todays Date.
- By selecting a **Day** in the Calendar, it will display its events.
- You can **Add** an event, by clicking on the **Button** next to the Days event list.
- Each event can save a **Name** the **Hour** and a **Color**.
- Days with Events, will be **Highlighted** in the Calendar with its chosen color.
- You can **Delete** an event, by clicking on the red button next to it. (no confirmation needed)
- It saves all of the **event** data in **Local Storage**.
This was made with only pure **vanilla JavaScript**.