Posts

Showing posts from January, 2022

Task Management

Image
  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 ...

Todo List

  Todo List It is a very simple project using html, CSS and java script. This project is done with some extra features which are inserting dark mode and some transitions on the task inserted with the help of javascript.         About the project This Languages which are used in this project are html, CSS and java script.  The user can add any number tasks to the list. Once the task is finished user can remove the particular task from the list. The web page works as the same in both dark mode and light mode. This modes can be changed with the help of a radio button. * Go to my GitHub profile to clone the repository  Click here to download the project .  Or  click here  to copy the code directly and vie the output. <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1389870630580192"      crossorigin="anonymous"></script>