Skip to content

mstruebing/elmodoro

Folders and files

NameName
Last commit message
Last commit date
Jun 18, 2024
Jan 27, 2019
May 27, 2022
Jan 27, 2019
May 24, 2022
Oct 4, 2023
Mar 21, 2018
Oct 4, 2023
Oct 6, 2023
Oct 4, 2023
Oct 4, 2023
Jan 22, 2024
Nov 2, 2023
Nov 2, 2023

Repository files navigation

elmodoro CI

A pomodoro application written in elm You can find the code in action on pomodoro.maex.me

Next steps:

  • make timer length's configurable
  • store adjusted timer length's into localstorage
  • save statistics into local storage
  • display statistics

Local environment

Requirements

You need node in version 9.9.0 installed. You need create-elm-app installed. You need GNU Make installed.

There are three important development commands:

make build: installs all needed elm dependencies and builds the application.
make start: installs all needed elm dependencies and runs the development server.
make test: installs all needed elm dependencies and runs the tests.