A simple task tracker application that allows user to add, delete, and mark tasks as completed. The completed tasks are visually distinct from the incomplete ones. This application is responsive and works well on both desktop and mobile devices. localstorage is used to persists tasks even when the page is refreshed.
npm install