
Project1:Simple Note App
Used Concept:
:Basic DOM features
:Localstorage
:Bootstrap
:Inline CSS

Used Localstorage to load all the previous added notes as soon as page loads. Add feature: Create new card in My Notes section with the messgae written in ‘Add Note’ from.
Delte btn: Deletes note.
Search: search note by the content written in serach input area.
Project2:Simple Library
Semilar to Project1, with add, delete and localstorage function.
