/contactlist_cpp

Primary LanguageC++MIT LicenseMIT

Rubiks Contact List (C++ Version)

Github top language Github language count Repository size License

About   |   Technologies   |   License   |   Author


🎯 About

Welcome to the Rubiks Contact List! (C++ Version) (Work in Progress) This is a simple contact list terminal application with basic CRUD functionality built using C++. The original version of this Project was built with python and later on I added a GUI using Tkinter. I plan on extending this Project in a similar way.

It allows the user to add, sort, edit, delete and search for contacts. There is no persistent storage yet, a map is used to temporarily store the contacts in Key(contact name) and Value(contact number) pairs.

🚀 Technologies

The following tools were used in this project:

📝 License

This project is under license from Mozilla Public License. For more details, see the LICENSE file.

Made with ❤️ by Nkosilathi Tauro

 

Back to top