Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkosi-tauro/contactlist_cpp
https://github.com/nkosi-tauro/contactlist_cpp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkosi-tauro/contactlist_cpp
- Owner: nkosi-tauro
- License: mit
- Created: 2023-08-07T17:13:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T17:15:51.000Z (over 1 year ago)
- Last Synced: 2023-08-07T18:59:22.330Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Rubiks Contact List (C++ Version)
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