Skip to content

dargaCode/PhonebookSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phonebook Search

Language: HTML/CSS/JS+Node

This project generates, processes, and stores 2,000 fictional people and businesses, using data structures to make them very quickly searchable.

I think this is the most challenging and interesting project I’ve done so far. It required me to incorporate data structures, Big O, OOP, AJAX, JSON, callbacks, events, recursion, DOM manipulation, and even some new HTML/CSS tricks.

In the real world this app would require some server-side/database work as well, but for my purposes here I simulated that with some Node.js scripts and saved JSON files.

Live Webpage