Code feedback
Hi! I’ve built a simple To-Do List app using just the react library. I would like to hear feedback on my code.
Link to app:
https://dmitritsenkov.github.io/todoList/
Link to code:
All states are stored in two container components (ListMenu and TodoList).