Implementation of Pomodoro PWA System using Vue JS and Vuex

Srajesh Tuladhar
2021
BSc.CSIT
Semester 7
Downloads 1

Pomodoro technique is a great time management technique. However, rather than the basic timer functionalities most Pomodoro Systems don’t add enough features to develop it as a full-fledged system. As a PWA optimized for offline and cross-platform functionalities using the caching locally through progressive web capabilities, it can form a niche system. Such a system would not need a constant internet connection to perform the basic of functions. It can still rely on the network when available but fall back on the cache for all its different functionalities. This system can act as a hub for the pomodoro technique on multiple devices such as desktops, tablets and smartphones. Vue JS forms the backbone for the core components of the application. Vuex helps to maintain state across all components in a consistent way. Offline capabilities are achieved through caching mimicking installations like that of current android applications.

Offline
cross-platform
Caching
Visualization

Similar Projects