lugenx/ecohabit

Improve UI/UX on the Locations page

Closed this issue · 2 comments

UI:

  • The form and the data returned in Recycle.js should be centered on the page.
  • The LocationCard should not be so wide.

UX:

  • We should add a loader or spinner while the data is being fetched. MUI has built in components for this to make it much easier. We could implement the spinner CircularProgress by first importing it into Recycle.js, then create a variable using the state hook to check if isLoading is true or false.

Hey @tsimian . I'll start working on this issue.

Assigned @victorchrollo14, good luck!