Skip to content

A command line application which allows you to view, store and search contacts

Notifications You must be signed in to change notification settings

sohbaker/contact_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contact-manager

A command line program to store, search and view your contacts

Core features

  • User should be able to enter a contact (name, email, phonenumber)
  • User should be able to see a list of all of their contacts in alphabetical order - can sort by first name or by last name
  • User should be able to search for a contact by name and view their details - can search by first name

Stretch Goals

  • Save the contacts to a file
  • Load the contacts from that file when restarting the program - done using JSON file

Stretch Stretch Goals

  • Keep the UI static (i.e. experiment with clear screen to keep the UI in one place)
  • Make the UI more colourful
  • User can edit the details of a contact
  • User can delete a contact
  • Search as you type
  • Store and load the data using Postgres

About

A command line application which allows you to view, store and search contacts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages