Simple To-Do List
October 20, 2021
I recently starting undertaking technical interviews, and got my introduction to the famous “To-Do List” problem. I hadn’t looked into the topic before, so I muddled my way through it in my interview. Thinking back on it a day later, I realized that I had made it vastly more complicated than it needed to be, so I recreated it more cleanly. Note to future self: not every element has to be a React component!
The JS can be found here.