CSV batch tagging app

Hey there !
How do you like my app I built in elm (looking for some feedback) ?

What you can do with it ? Batch ‘tag’ csv files. Data is stored in localstorage. (Some functionalities are still missing though)

Demo: https://www.robingruenke.com/elm-csv-batch-tagger
Repo: https://github.com/eimfach/elm-csv-batch-tagger-app

Thank you for your feedback !

Hi, any particular reason you used ports for file read instead of elm/file ?

Hi, I started developing the app with 0.18, so it is basically a ‘left-over’.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.