Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/priyanayak28/local-storage
- Owner: PriyaNayak28
- Created: 2024-01-05T07:45:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T18:25:22.000Z (2 months ago)
- Last Synced: 2024-09-06T21:50:55.416Z (2 months ago)
- Topics: crud, css, dom-manipulation, event-handling, front-end, html, javascript, local-storage, practice-project, web-development
- Language: JavaScript
- Homepage: https://priyanayak28.github.io/Local-Storage/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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