React Solution - No useEffect hook used. React icons imported.
This is my solution using React. I have seen some React solutions using useEffect when it is in my opinion not actually necessary, so I wanted to show my implementation using just the useState hook. I also imported and used React icons for the toggle icon.
View solutionRequested feedback
I want feedback on the quality of my code and its readability