henrylin03 / stoic-quotes

Stoic quotes whenever you seek guidance or contemplation.
http://henrylin.io/stoic-quotes/
0 stars 0 forks source link

Refactor components #14

Closed henrylin03 closed 1 year ago

henrylin03 commented 1 year ago

To enable easier maintenance and further planned features, refactored components structure to enable separation of concerns.

Also, due to the simplicity of the app, felt that having separate presentational and container components for the QuoteBox was an overkill and led to difficulty in maintaining the app.

This is now the components structure and flow (see /docs subfolder): components-relationship

resolves #2 addresses #13 by implementing animation for GitHub icon when hovered