Skip to content

A minimalistic Phonebook web app with trie data structure for searching through contacts.

License

Notifications You must be signed in to change notification settings

Osalotioman/Trie-PhoneBook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trie-PhoneBook

A minimalistic Phonebook web app with trie data structure for searching through contacts.

Basic features

  • Search contact by prefix.
  • View contact card.
  • Create new contact.
  • Permanently store contacts on remote server if user is online, so pretty reliable.

Disclaimer

  • Putting in your personal details is at your own risk, its just a fun project, don't over do it.

Note

There is no calling and stuff. You can consider it a template kind of thing.

About

A minimalistic Phonebook web app with trie data structure for searching through contacts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 43.1%
  • CSS 30.6%
  • HTML 26.3%