Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/priyanayak28/local-storage

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.
https://github.com/priyanayak28/local-storage

crud css dom-manipulation event-handling front-end html javascript local-storage practice-project web-development

Last synced: 3 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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**

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