Chewieez / Chewieez.github.io

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

Store blog article database in local storage #8

Open stevebrownlee opened 7 years ago

stevebrownlee commented 7 years ago
  1. Create a blog.js file and include it in your blog.html file.
  2. Build a database object to store the each of your blog articles.
  3. Stringify the database object and store it in local storage.

The first step is to design what each object's properties should be - title, date of publication, tags, author, and content. Each article object should have those properties.