Skip to content
Ananta edited this page Dec 5, 2025 · 1 revision

Simple Productivity App (Tailored for the Workforce/Adults)

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

Clone this wiki locally