ant07hony / Green_Thumb

One-stop shop for tracking and planning of any garden setup
0 stars 0 forks source link

Glow Snippet - One piece of code your team is especially proud of #1

Open ant07hony opened 1 year ago

ant07hony commented 1 year ago

{% for garden in gardens %}

{{ garden.name }}

Description: {{ garden.description }}

Date: {{ garden.date }}

Journal

{% endfor %}

I chose this snippet of code because of the UI transition that this snippet controls. Its the cleanest transitioning of the app so far and gives me an idea of how to better implement some ice box features that will improve functionality for the user

krabecb commented 1 year ago

Glad to hear it! UI transitions are a great and quick way to make an application stand out!