Skip to content

A simple web application to add, edit, and delete names with data persistence using Local Storage. Built with HTML, CSS, and JavaScript for practice and learning purposes.

Notifications You must be signed in to change notification settings

PriyaNayak28/Local-Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Local-Storage

Description

This is a simple web application that allows users to add, edit, and delete their contact information, including name, email, and phone number. The data is stored in the browser's Local Storage, ensuring that it persists even after the browser is closed or the page is refreshed. This project is built using HTML, CSS, and JavaScript, and is a great way to practice working with the DOM and Local Storage.

Features

  • Add Contact: Enter a name, email, and phone number to add a new contact.
  • Edit Contact: Modify existing contact details.
  • Delete Contact: Remove a contact from the list.
  • Persistent Data: Contact information is stored in Local Storage for persistence across page reloads.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • Local Storage API

Getting Started

Prerequisites

  • A modern web browser (e.g., Chrome, Firefox, Edge, Safari).
  • Basic understanding of HTML, CSS, and JavaScript.

Installation

  1. Clone the Repository

https://github.com/PriyaNayak28/Local-Storage

About

A simple web application to add, edit, and delete names with data persistence using Local Storage. Built with HTML, CSS, and JavaScript for practice and learning purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published