heatherdice / 100_days_css

0 stars 0 forks source link

Make "Days" Section More DRY #6

Closed heatherdice closed 5 months ago

heatherdice commented 6 months ago

5/15/24: Figure out a way to more cleanly and dynamically code the display of the CSS project components, if possible.

heatherdice commented 5 months ago

6/13: learning how to write Node.js scripts. Creating one that dynamically creates an index.js file that dynamically imports each "Day" file & keeps those imports up to date.

Was able to get script to work in that it generated the index file correctly.

Now working on getting the components to generate correctly on the page using said script.

heatherdice commented 5 months ago

6/17: components generating correctly! Adjusted CSS to create grid layout in tablet & desktop. Thrilled with results! The Days file is so much more DRY.