Chewieez / Chewieez.github.io

Previous portfolio website for Greg Lawrence
0 stars 0 forks source link

Store contact information database in local storage #10

Open stevebrownlee opened 7 years ago

stevebrownlee commented 7 years ago
  1. Create a contact.js file and include it in your contact.html file.
  2. Build a database object to store the pertinent information about each of your social media profiles.
  3. Stringify the database object and store it in local storage.

The first step is to design what each object's properties should be - name of service, your name/handle, URL to profile, perhaps the icon of the service. Each object should have those properties.