Elevate productivity with this Pomodoro-inspired timer, perfect for focused work. Seamlessly switch between work and breaks, utilizing short and long break features. Optimize your workflow, achieve balance, and effortlessly boost productivity.
This is a solution to the Pomodoro app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Timer Modes: Switch between Pomodoro, short break, and long break modes.
- Flexible Timers: Customize target times to suit your needs.
- Interactive Progress Display: A dynamic circular progress bar visually tracks your timer progress.
- Personalized Appearance: Customize colors and fonts for a personalized experience.
- Notification Alerts: Receive notifications when timers start and finish for added convenience.
- Progressive Web App (PWA) Capability: Install the app like a native application for easy access across devices.
- Offline Availability: Use the app even without an internet connection, ensuring uninterrupted productivity.
-
Automatic Timer Mode Switch Option: Implement functionality to offer users the option to automatically switch between Pomodoro, short break, and long break modes
-
Ability to Display Pomodoro Count on That Day: Enable the app to showcase the number of completed Pomodoro sessions for the current day, aiding users in tracking their daily productivity.
- SASS/SCSS for efficient styling
- BEM (Block Element Modifier) Architecture for structured CSS
- MVC (Model-View-Controller) Architecture for organized code structure
- NPM (Node Package Manager) for package management
- Mobile-first Workflow for responsive design
- Webpack for module bundling and optimization
- HTML Semantic Tags for structured and meaningful markup
Oh boy! Where do I begin? This Frontend Mentor Challenge has provided me with the densest and most valuable knowledge I've acquired so far.
At first, similar to my previous Frontend Mentor projects, I intended to write this code quickly without much consideration for quality. However, everything changed when I watched a video from one of my favorite C++ channels, The Cherno. In it, he emphasized that the time spent on a project doesn't guarantee its quality. If you only focus on coding without learning, the resulting code might not be of high quality. His words deeply resonated with me because I had been approaching these Frontend Mentor challenges merely to test my coding speed and project completion time.
This realization inspired me to step out of my comfort zone and delve into more research and learning. In fact, I dedicated more time to learning.
Here's a summary of the things I've learned throughout this process.
- Open Graph (OG)
- Accessibility
- Search Engine Optimization (SEO)
- BEM (Block Element Modifier) Architecture
- MVC (Model View Controller) Architecture
- Progressive Web App (PWA)
- ES12 Classes
- Closure
- Local Storage
- Node Package Manager (NPM)
- Profiling
- Destructuring Assignment
- Modules
- Input Validation
- Timer
Note: I might add more content here when I regain motivation.