Task Management
Task Management Using Local Storage The Languages used in this project are html, Bootstrap CSS and java script as the frontend and the backend is Local storage. local Storage is a property that allows JavaScript sites and apps to save key-value pairs in a web browser with no expiration date. This means the data stored in the browser will persist even after the browser window is closed. To use local Storage in your web applications, there are five methods to choose from: setItem () : Add key and value to localStorage getItem () : This is how you get items from localStorage removeItem () : Remove an item by key from localStorage clear () : Clear all localStorage key () : Passed a number to retrieve the key of a localStorage About the Project In this project the special feature which is used is modal . The modal is same as pop up menu it plays major role in the web page but does not take space in the web page. In ...