Skip to content

jmatelli/horofree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parking meter for freelancers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published