Design comparison
Community feedback
- @Mahmoud-ElagamyPosted 13 days ago
Hi ElsaD,
The to-do app is impressive and works well overall, showing great promise! One area for improvement is data persistence. Right now, when tasks are added and the app is reloaded, all data resets to the initial state.
Implementing a solution like local storage could be a helpful next step for ensuring data is retained between sessions. It's beginner-friendly and straightforward to integrate.
For example, you could use localStorage.setItem() to save tasks and localStorage.getItem() to load them when the app starts. Adding this feature would make the app even more reliable and enhance the user experience.
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin 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