Project Overview
A simple To‐Do application to record, update, delete day to day activities using HTML,CSS,Java Script,React.JS. With connectivity to LocalStorage to store the information in its cache, as long as the user don’t delete it.
I have used React hooks, so useEffect, useState, and useRef which constantly checks if a user has inputted something and if yes then it updates and displays it to list. The tasks are stored in an unordered list which is placed in a wrapper which gives it effect of a card.