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):
resolves #2
addresses #13 by implementing animation for GitHub icon when hovered
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):
resolves #2 addresses #13 by implementing animation for GitHub icon when hovered