Skip to content

valoriedodge/Address-Bloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address Book

This is a basic address book service built with Ruby that lets you browse entries, search for a specific contact, read and enter contacts from a CSV file, and/or add and edit individual contacts.

puts "Main Menu "
puts "1 - View all entries"
puts "2 - Create an entry"
puts "3 - Search for an entry"
puts "4 - Import entries from a CSV"
puts "5 - Exit"
print "Enter your selection: "

A Beginner's Coding Exercise

About

A Beginner's Coding Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages