Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mynul-islam-madhurjo/contact-management-vanilla-js-project
Contact Management App - An application where users can add new contacts, providing details such as name, phone, email, and address. Users should also have the ability to update existing contact information, as well as delete contacts from the list. Implement search and filter features so that users can easily find contacts by name or phone
https://github.com/mynul-islam-madhurjo/contact-management-vanilla-js-project
Last synced: about 1 month ago
JSON representation
Contact Management App - An application where users can add new contacts, providing details such as name, phone, email, and address. Users should also have the ability to update existing contact information, as well as delete contacts from the list. Implement search and filter features so that users can easily find contacts by name or phone
- Host: GitHub
- URL: https://github.com/mynul-islam-madhurjo/contact-management-vanilla-js-project
- Owner: mynul-islam-madhurjo
- Created: 2024-10-29T10:54:03.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:19:34.000Z (about 2 months ago)
- Last Synced: 2024-10-31T12:27:56.757Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://contact-management-app-vanilla-js.netlify.app/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact Management App
A simple and intuitive contact management application built with vanilla JavaScript. The app allows users to create, read, update, and delete contacts while providing search functionality.
## Live Demo
[Contact Management App](https://contact-management-app-vanilla-js.netlify.app/)## Features
- **Add Contacts**: Create new contacts with name, phone, email, and address
- **Edit Contacts**: Update existing contact information
- **Delete Contacts**: Remove contacts with confirmation
- **Search**: Filter contacts by name or phone number
- **Local Storage**: Contacts persist in browser storage## Tech Stack
- HTML5
- CSS3
- Vanilla JavaScript
- Local Storage for data persistence