Frontend icon indicating copy to clipboard operation
Frontend copied to clipboard

[Refactor] Profile Page

Open Anurag5086 opened this issue 3 years ago • 2 comments

Refactoring the Profile Page

Here are few practices which we need to ensure while refactoring a file-

  1. Removing the inline CSS and adding them into a separate CSS file.
  2. Breaking the page into smaller components and reusing them when needed.
  3. Adding app the API calls into the actions directory.
  4. Making sure the code is modular enough.

Looking forward to your contribution :)

Anurag5086 avatar Sep 24 '21 13:09 Anurag5086