This is a submission for the GitHub Finish-Up-A-Thon Challenge
What I Built
I revived a Digital Clock project that I originally created while learning Python. The first version only displayed the current time and date.
For the GitHub Finish-Up-A-Thon Challenge, I transformed it into a productivity dashboard featuring alarms, a stopwatch, countdown timer, multiple themes, and world clocks.
This project helped me practice Python GUI development and improve an older project that I had left unfinished.
Demo
GitHub Repository: https://github.com/Tanishq-Mittal/digital-clock-pro
Screenshots
Before: Basic digital clock showing only time.
https://github.com/Tanishq-Mittal/digital-clock-pro/blob/main/Before%20Screenshot.jpegAfter: Enhanced digital clock with alarm, stopwatch, timer, and improved UI.
https://github.com/Tanishq-Mittal/digital-clock-pro/blob/main/After%20Screenshot.png
The Comeback Story
I originally built this Digital Clock project while learning Python. At that time, it was a simple application that displayed the current time and date.
After completing the basic version, I moved on to other projects and never returned to improve it.
For the GitHub Finish-Up-A-Thon Challenge, I decided to revive the project and turn it into a more complete productivity tool. I added new functionality, improved the interface, organized the codebase, and polished the overall user experience.
My Experience with GitHub Copilot
GitHub Copilot helped me speed up development by suggesting code snippets, identifying bugs, and helping implement new features.
I used Copilot to:
- Improve time-related functions
- Refactor repetitive code
- Generate boilerplate code
- Debug UI issues
- Explore better implementation approaches
It allowed me to focus more on improving the project rather than spending time on routine coding tasks.
Top comments (0)