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

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

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