You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Highly functional project: the todo list can add, remove, and complete tasks flawlessly among other functions.
I especially appreciate how you included the reload functionality to set the state back to default despite it not being in the project requirements.
The data is saved to local storage as required.
In general, the project is simple, and well-designed.
Best JavaScript, HTML and CSS practices are followed.
Areas of Improvement
Kindly capitalize the first letter of your commits as this constitutes a best practice.
Please include a functionality that retains the checked status of your tasks on refresh. This will improve the quality of your project and enhance the UX.
Some of your functions do not meet ES6 standards. Kindly use arrow functions instead as this enhances the quality of your code.
Highlights
Areas of Improvement
The text was updated successfully, but these errors were encountered: