Skip to content

cmphilpot/Buddy-Base-contact-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I chose to practice the MVC design pattern and although I understand I could have split the app.js file into three separate files, I opted to keep everything together in one for my own ease of use.

Features to note:

  • The search functionality can search by any component of a contact:
    • first or last name
    • phone #
    • email
    • and even tags
  • The tags are also filter-able by clicking on a given tag
  • When a tag filter is applied, the search bar is replaced with a button that, once clicked, clears the tag filter
  • The tags change color upon hovering and hovering over a tag for 1.2 seconds will give the user an indication that (s)he can click to filter
  • When using the form, hovering over any input field for 3 seconds will give the user an indication of what input is expected

🚀 App Demo

Add contact functionality:

Add Demo

Delete contact functionality:

Delete Demo

Name Search functionality:

Name Search Demo

Email Search functionality:

Email Search Demo

Phone number Search functionality:

Phone number Search Demo

Filter by Tag functionality:

Tag Filter Demo

Tag Hover functionality:

Tag Hover Demo

Tag Click functionality:

Tag Hover Demo

Lessons learned: This was both my first time taking on a project this large and using the MVC design pattern. I learned a ton, mostly how organization and separation of concerns can work wonders in breaking a larger project into manageable bits. The biggest takeaways were, if possible, 1) to deal with all of the data in the Model, 2) keep the View concerned exclusively with the User Interface and 3) keep the Controller for binding and handling the events and setting the whole thing into motion.

About

Manage contact emails and phone numbers with dynamic filtering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors