Frontend Mentor Todo List

Solution retrospective
I tried to build this fullstack with database and user authentication, session, role and permission.This is my first time using supabase.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @InterestingPlus
🤩 The todo list you've created based on the Frontend Mentor challenge is a great.
Here are some suggestions to further enhance the functionality and user experience of your todo list: 👍
1. Data Persistence: Implement a feature to store the todo list data locally so that users can access their todos even after refreshing the page or closing the browser.
- You can use web storage APIs like localStorage or sessionStorage to achieve this functionality.
2. Clear Completed Todos: Add a "Clear Completed" button or functionality to allow users to easily remove completed todos from their list.
- This provides a convenient way to declutter the interface and improve usability.
3. Drag and Drop: Consider implementing drag-and-drop functionality to allow users to reorder their todos.
- This feature enables users to prioritize their tasks according to their preferences and improves the overall user experience.
Implementing these suggestions will help you create a more robust and user-friendly todo list.
Keep iterating on your project and seek feedback from users to continuously improve its functionality and user experience.
✅ Great job on your progress so far!
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