-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ananta edited this page Dec 5, 2025
·
1 revision
Purpose: Meeting Planner + Task Prioritizer + Time Blocking
Stack:
Hosting: GitHub Pages
work-productivity/
│── index.html
│── app.js
│── styles.css
│── /modules
│ ├── timeBlocking.js → 24h Calender UI For Scheduling Blocks
│ ├── meetingNotes.js → Store Meeting Logs
│ └── priorityMatrix.js → Eisenhower matrix (Urgent/Not Urgent, Important/Not Important)
│── /assets
│ └── icons/
│── /utils
│ ├── storage.js
│ ├── exportPDF.js → Export Tasks/Notes As PDF (Browser)
│ └── analytics.js