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
This project is a to-do list that uses useState for state management and useMemo to avoid unnecessary rendering. JS map method is used to display the items.
Apart from adding and removing tasks, the user is able to edit existing tasks.