tvl-depot/website/sandbox
William Carroll 3562343c19 Generate all known chords and display randomly selected chords
First of all, Elm's purity is beautiful. I think every language should model
their error messages and develop experience after Elm. If I didn't have to
download packages, I don't think I would need an internet connection to
troubleshoot my program's errors. This is how helpful I find the compiler.

Now that that's out of the way, here's what I've changed since we've last
corresponded:
- Use Elm's Browser.element to create a reactive application with state
- Write a function to generate all of the chords about which CDS knows
- Move some code out of Main.elm into other modules
- Depend on List.Extra, Random, Random.Extra

What's left:
- Lots of work
- Instead of clicking a button to show a new chord, use a timer
- Add mobile-first styling (probably add TailwindCSS)
- Persist settings in LocalStorage (and then eventually create user accounts)
- Allow users to curate the list of chords they're interested in practicing
- Deploy the website and dogfood it

Unknowns:
- How can I handle tempo? I don't expect setInterval to be enough (maybe it
  is)...
2020-04-11 10:45:42 +01:00
..
chord-drill-sergeant Generate all known chords and display randomly selected chords 2020-04-11 10:45:42 +01:00
contentful Run Prettier across projects 2020-03-27 10:59:50 +00:00
covid-uk Move sandbox into website 2020-03-20 00:52:05 +00:00
github-issues-service Create README for Github Issues Service 2020-04-10 13:40:04 +01:00
typo-po Add README for typo-po 2020-04-10 13:54:33 +01:00
default.nix Move sandbox into website 2020-03-20 00:52:05 +00:00
index.html Run Prettier across projects 2020-03-27 10:59:50 +00:00