Skip to content

Latest commit

 

History

History
 
 

Blog Application

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Blog Application

Description

Blog Application is an application where user can add a new blog, edit it, delete it as well as view other blogs and make changes in them.

Application uses LocalStorage, the localStorage object stores data with no expiration date. The data will not be deleted when the browser is closed, and will be available when the user comes again.

Stacks Used

  • HTML & CSS
  • Bootstrap - A CSS Framework
  • JavaScript -> LocalStorage

Use of Project

To understand the concept of the localstorage, how localstorage persist the data, even the tab is closed or user refersh the page.

ScreenShot

Click on the Add New, UI looks like:

Click on the Open Blog, UI looks like:

Live Demo