A glassmorphic calendar app with month, week & day views, drag-to-reschedule, recurring events, and color labels — built in pure HTML, CSS & JS.
Month · Week · Day · Drag & Drop · Recurring · Color Labels · Upcoming Panel
| View | Description |
|---|---|
| Month | 6-week grid with up to 3 event chips per day and overflow count |
| Week | 7-column hourly grid, events positioned by exact start/end time |
| Day | Single-column hourly timeline showing title, time, and notes |
Drag any event chip to a new day in month or week view to instantly reschedule it.
Set any event to repeat:
| Mode | Behaviour |
|---|---|
| None | One-time event |
| Daily | Repeats every day |
| Weekly | Repeats on the same weekday |
| Monthly | Repeats on the same date each month |
8 color swatches per event — purple, cyan, pink, yellow, green, orange, teal, rose.
A glowing red line in week and day views shows exactly where you are right now.
- Mini calendar — click any day to jump to Day view, dots show days with events
- Upcoming panel — next 30 days of events sorted by date and time, click to jump
All events saved to localStorage — survive page refresh and browser restarts.
git clone https://github.com/heyfaraninam/Calendar.git
cd calendar
open index.htmlNo build step. No npm. No config.
calendar/
├── index.html # Layout, topbar, sidebar, modal, views
├── styles.css # Glassmorphism, grid layouts, event chips, modal
└── script.js # Calendar logic, recurring events, drag & drop, localStorage
| Action | How |
|---|---|
| Create event | Click any cell or + Event button |
| Edit event | Click any event chip |
| Delete event | Open event → Delete button |
| Reschedule | Drag event to new day |
| Navigate | ‹ › arrows or mini calendar |
| Jump to today | Today button in topbar |
| Browser | Support |
|---|---|
| Chrome 76+ | ✅ Full |
| Firefox 103+ | ✅ Full |
| Safari 14+ | ✅ Full |
| Edge 79+ | ✅ Full |
| Project | Description |
|---|---|
| Calculator | Glassmorphic calculator with 4 themes & scientific mode |
| Notes | Notes app with tags, pinning & search |
| Weather | Weather app with forecast & geolocation |
| Typing Speed | Typing test with live WPM & history |
| Password Generator | Cryptographic password generator |
| Movies | Movie search with cast, trailers & favorites |
| Calendar | This project |
calendar glassmorphism vanilla-js drag-and-drop dark-theme localstorage recurring-events html-css-js no-dependencies frontend
MIT — free to use, modify, and ship.
Made with care · pure HTML · CSS · JS · no frameworks needed