Cedula

While trialing a Pomodoro-based schedule at Fluid7, we found that trying to synchronize the timeframes between the entire team was difficult; and online Pomodoro timers were lacking the features we wanted.

Thus I began working on Cedula to provide a solution; a ReactJS single-page application, that uses a custom-built PHP API for storing “timetables” and “schedules”, and saves user configurations through browser LocalStorage.
One of my challenges for Cedula was to not use a CSS framework; initially I started with Blaze CSS using Gulp for compiling SASS, but I quickly dropped it, and used only my own SASS/CSS.