Elm Timelines is a user interface for the creation of timelines. You can use it e.g. as an aid for remembering your life. Its special trait is that it deals with uncertainty. You’re not required to enter exact dates but draw timespans within a timescale. If you’re not (yet) certain about a timespan’s begin or end you can add an uncertainty range. Elm Timelines visualizes this as “fade-in” resp. “fade-out” then.
Elm Timelines is a server-less application. You can try it out directly on the GitHub page, or download the 42 KB standalone HTML file and use it locally/offline. Data you enter is stored in localStorage.
Elm Timelines is my 1st Elm application (ca. 1500 lines of code). It was a lot of fun creating it. If someone could make use of it and/or give feedback, that would be great