Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 403 Bytes

Personal-Website

This is a website where there are various pages with multiple functionalities. Pages may be stand alone and have nothing to do with other pages.

Page #1: Time Clicked

  1. Every click of submit, the system stores it in the local storage of the user's browser and displays it on a table.
  2. Local Storage is used for main storage. - problem: only you can access the data in it