https://github.com/demonrishabh/contactus-list-app
Add and Remove contacs from the Local Storage
https://github.com/demonrishabh/contactus-list-app
css html javascript local-storage
Last synced: over 1 year ago
JSON representation
Add and Remove contacs from the Local Storage
- Host: GitHub
- URL: https://github.com/demonrishabh/contactus-list-app
- Owner: DEMONRISHABH
- Created: 2024-04-06T19:33:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T18:01:14.000Z (about 2 years ago)
- Last Synced: 2025-01-29T13:47:40.483Z (over 1 year ago)
- Topics: css, html, javascript, local-storage
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Contact List App
### Features
+ Filters through itself as you type in the **Search bar**.
+ It uses **Local Storage** to keep the data.
+ The **Search bar** displays the number of contacts stored. *new*
+ You can **Add** and **Remove** contacs from the List. *new*
+ It will order the contacts in **alpabetical order**. *new*
+ The list also **separates** the contacs in groups corresponding to their first letter. *new*
This was made with only pure **vanilla JavaScript**.