izola1 / localStorageTweetApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Storage Tweet App

This is a simple Javascript App that uses the Local Storage to save form input. The features of this simple include:

--> User can add tweets using the HTML

--> Tweets posted by the user are saved into the local storage

--> User's tweets are loaded from the local storage and displayed on the page whenever the page reloads

--> User can delete tweets on the page which automatically delete same on the local storage

About


Languages

Language:JavaScript 66.8%Language:HTML 29.0%Language:CSS 4.2%