Latest solutions
Latest comments
- @inrongpon22@onoseremejohn
GOOD WORK. You can try to update your code so when someone clicks anywhere on the screen outside the cart, the cart-box will disappear You can also do the same for the sidebar, so one mustn't use the X icon to close the side bar. A click anywhere outside the sidebar should close the sidebar
Marked as helpful - @JavascriptDon@onoseremejohn
Nice work. I have a few suggestions. It would be better if you save the users list items, active or completed state and theme preference in local storage, so that when the user exits and comes back or refreshes the page, the page loads with the last selected theme and the list items will be restored with their corresponding states (active or complete).