Starter is too complex. Might as well leverage templating language for static data structuring, and just use JS to show/hide tables by manipulating CSS
I really like this approach for what is being done. It's very aesthetically pleasing, and much simpler than my bungled inline javascript I started with.
Summary
Starter is too complex. Might as well leverage templating language for static data structuring, and just use JS to show/hide tables by manipulating CSS
What kind of change does this PR introduce?
Related issue:
How to verify locally
npm start
Expected results:
Screenshots
Before
After