Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 861 Bytes

File metadata and controls

22 lines (16 loc) · 861 Bytes

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