A modern productivity web application to manage daily missions, tasks, progress, and daily learning using HTML, CSS, JavaScript, and Local Storage.
https://yash-bhowad.github.io/daily-progress-tracker/
- Create daily missions
- Add multiple tasks per mission
- Mark tasks as completed
- Automatically calculate mission status
- Dashboard with live statistics
- Estimated working time
- Today's Learning notes
- Tomorrow's Plan notes
- Local Storage support
- Responsive design
- HTML5
- CSS3
- JavaScript (ES6)
- Local Storage API
daily-progress-tracker/
│
├── assets/
│ └── screenshots/
│
├── css/
│ ├── style.css
│ └── responsive.css
│
├── js/
│ ├── app.js
│ ├── ui.js
│ ├── missions.js
│ ├── tasks.js
│ ├── storage.js
│ └── utils.js
│
├── index.html
└── README.md
- Clone the repository
git clone https://github.com/Yash-Bhowad/daily-progress-tracker.git-
Open the project folder.
-
Open
index.htmlin your browser.
- User authentication
- Cloud synchronization
- Dark mode
- Notifications
- Recurring missions
- Search and filter
- Calendar integration
- PHP & MySQL backend
Yash Bhowad
GitHub: https://github.com/Yash-Bhowad