@ihatepineappleSubmitted almost 3 years ago
I solved this challenge using ReactJS and doing the state management via Hooks. I had to try few times before completing, and I might come back and refactor it at later stages. Points of Attention:
- Drag and drop not mentioned / not implemented.
- Small bug on dark mode toggle, it takes two clicks. I suspect it might be a lifecycle/ state issue.
- Max viewport is 1444px, styles might be compromised on bigger screens (I need to find a better solution)
Please check out and feel free to share any feedback points!