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 tolocalStoragegetItem(): This is how you get items fromlocalStorageremoveItem(): Remove an item by key fromlocalStorageclear(): Clear alllocalStoragekey(): Passed a number to retrieve the key of alocalStorage
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 this project modal plays major role in adding the tasks but it does not take space in the actual web site as shown in the figure below

Tasks:

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1389870630580192"
crossorigin="anonymous"></script>
Comments
Post a Comment