/horofree

Parking meter for freelancers

Primary LanguageElmMIT LicenseMIT

Horofree

Parking meter for freelancers

Run the application

You need to install Elm on your computer, follow the instructions here: https://guide.elm-lang.org/get_started.html

You also need elm-css installed globally to compile the stylesheet

$ npm install -g elm-css

Then

$ npm install

Answer yes when prompt by elm-package

$ npm run dev

If you change anything in the file Stylesheets.elm you have to run the CSS script to build it:

$ npm run css

Roadmap

  • Round income to 2 decimals
  • Use elm-css
  • Global settings
  • Add several stopwatches
  • Format income for different currency
  • Use local storage
  • Use router
  • Organize the application in separate modules
  • Checkpoints
  • Give a name to a stopwatch
  • Give a description to a stopwatch
  • Write tests