I used the context API on this project combined with a react-router to manage UI state and I think that on such an app I would use the context API again.
What challenges did you encounter, and how did you overcome them?It took me some time to find a way to change the svg icons according to light-dark mode. Initially i was importing the svg icons as img files and I was not able to change their colors. The solution i came up with was to include the svg script directly to the html.
What specific areas of your project would you like help with?Any comment on any approach would be much appreciated trying to improve myself and apply best practices.