@alexander-hergertSubmitted about 1 year ago
Also time for me to post a Todo app solution. I have used Redux to manage the Todos and context for darkMode state. Both are stored in local storage. For the drag and drop feature I have used React DnD for web. The styling was mainly made in the components by using styled-components. It was a good practice for Redux and React DnD and this app is also something I could use in future for myself now.