Skip to content

lyzs90/Pomodoro

Repository files navigation

Trying out different implementations of the pomodoro timer. Switch branches to view each of them. Note that the timer is accelerated to facilitate testing. This branch contains the Redux implementation.

What's Available

  • Vanilla JS MVC
  • React
  • React-Redux

For Development

  • Run using Gulp, Browser-sync & Webpack: gulp dev. Changes to html/css will be reloaded live and hot module reloading is for the js.