This project is a humble attempt to implement a simple Pomodoro technique timer in Elm.
I have plans to create a course, where I will teach and explain how to create this Elm web app step by step from first principles.
Let me know on Twitter if you like the idea!
With watch mode:
yarn dev
Only Elm:
elm reactor
And navigate to localhost:8000 and click src/Main.elm
yarn build