Skip to content

DorianFGR/contactManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contactManager

Description

contactManager is a contact management application created by Dorian Figueiras. This project allows you to store, manage, and organize your contacts efficiently and intuitively.

Features

  • Add new contacts
  • Modify existing contact information
  • Delete contacts
  • Search contacts by name, nickname, or other criteria
  • Display the list of all contacts

Installation :

Prerequisites

Ensure you have the following prerequisites installed:

Steps

  1. Clone the GitHub repository:

    git clone https://github.com/DorianFGR/contactManager.git
    
  2. Navigate to the project directory:

    cd contactManager
    
  3. Compile the project with CMake:

    cmake . make
    

Usage

  1. Run the application:

    ./contactManager  
    
  2. Use the menu to add, view, search, and delete contacts.

Project Structure

main.cpp: Contains the main logic of the application.
include/json.hpp: Library for JSON parsing.
saves/contacts.json: File to store saved contacts.

Contributing

-Contributions are welcome! Here's how you can help:
-Fork this repository.
-Create a branch for your feature (git checkout -b feature/AmazingFeature).
-Commit your changes (git commit -m 'Add some AmazingFeature').
-Push your branch (git push origin feature/AmazingFeature).
-Open a Pull Request.

About

Simple contact manager in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published