Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nkosi-tauro/contactlist_cpp


https://github.com/nkosi-tauro/contactlist_cpp

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Rubiks Contact List (C++ Version)


Github top language

Github language count

Repository size

License


About   |  
Technologies   |  
License   |  
Author


## :dart: 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.

- [Python Version](https://github.com/nkosi-tauro/contactlist)

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.

## :rocket: Technologies ##

The following tools were used in this project:

- [C++](https://isocpp.org/)

## :memo: License ##

This project is under license from Mozilla Public License. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Nkosilathi Tauro

 

Back to top