Skip to content

Tweets Local Storage is a simple web app that allows users to create and save tweets. Tweets are stored in Local Storage, which means they persist between sessions and remain even after the browser is closed.

Notifications You must be signed in to change notification settings

TrujiDev/tweets-LS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tweets Local Storage

This is a simple project for storing tweets locally in the browser using HTML, CSS, and JavaScript.

Project Contents

  • index.html: The main project page that includes the HTML structure and links to styles and scripts.

  • css/

    • normalize.css: CSS file to normalize styles across different browsers.
    • skeleton.css: CSS file from Skeleton, a lightweight and responsive framework for designing the interface.
  • js/

    • app.js: JavaScript file handling the core logic of the project, such as adding and deleting tweets, and interacting with local storage.

Project Structure

  • css/: Folder containing CSS files used in the project.
  • js/: Folder containing the JavaScript file for project logic.

Usage

  1. Open the index.html file in your browser.
  2. Enter a tweet in the form and click "Add" to add it.
  3. Tweets will be stored locally and displayed in the list of tweets.

Customization

Feel free to customize the styles in the CSS files or add more functionality to the JavaScript file according to your needs.

Contributions

Contributions are welcome! If you find any issues or have suggestions to improve the project, feel free to create an issue or submit a pull request.

About

Tweets Local Storage is a simple web app that allows users to create and save tweets. Tweets are stored in Local Storage, which means they persist between sessions and remain even after the browser is closed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published