Todo App, indexedDB, Vanilla JS, Modal Window and custom Drag and Drop

Solution retrospective
Hi everyone 👋, In this challenge I use: • Localstorage to save the selection of themes. • IndexedDB to save the task data. • Implementation of a modal window similar to SweetAlert to display alerts. • Both drag and drop and modal window functions are designed with pure JS. Any feedback is welcomed.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarlonPassos-git
Your page is very nice, the fact that you put everything in the localstorage was well thought out, now some things I suggested to improve
-
the logo and the theme change button could be in a <header> tag
-
and the "to do list" elements would match very well with an ul tag and each element would be a <li>
Marked as helpful -
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord