Skip to content

Simple Pomodoro technique timer written in Elm. Works offline and plays a sound! :)

Notifications You must be signed in to change notification settings

lambda-mike/elmodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elmodoro

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!

Build

Dev

With watch mode:

yarn dev

Only Elm:

elm reactor

And navigate to localhost:8000 and click src/Main.elm

Prod

yarn build