cmneal26 / Tech-Writing-Project

Class repository
2 stars 1 forks source link

experimenting with templating language and data injection #79

Closed ghost closed 2 years ago

ghost commented 2 years ago

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

  1. npm start
  2. http://localhost:8080/

Expected results:

Screenshots

Before

After

ghost commented 2 years ago

@twalker @cmneal26

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.