se701g2/Doto

Refactor frontend into reusable components

Closed this issue · 0 comments

User Story:

As a software developer, I want to avoid repeating code if it can be made reusable so that if there are changes to a repeating component, it doesn't cause inconsistent behavior

Acceptance Criteria:

  1. Segregate the feed page into reusable components

Why is the feature required?

Some components are being used multiple times in the application, and there should be no need to repeat this code.

Describe the solution you'd like

Segregate repeating components, into reusable components

Additional Context: