Create a blog.js file and include it in your blog.html file.
Build a database object to store the each of your blog articles.
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.
blog.js
file and include it in yourblog.html
file.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.