Skip to content

valkoff/contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Manager

This is a sample project to manage a contact list in C, using the cJSON library to handle JSON data.

Requirements

  • GCC (or any other C compiler)
  • Make

Installation

To install the dependencies, run the following command:

make install-deps

This command will clone the cJSON repository into the vendor folder of the project.

Compilation

To compile the project, run the following command:

make

Usage

To run the program, execute the following command:

make run

Cleaning

To clean the project from object files, executables, and the vendor folder, run the following command:

make clean

Project Structure

project/
├── vendor/
│   └── cJSON/
│       ├── cJSON.c
│       ├── cJSON.h
│       └── ...
├── storage/
├── contact.c
├── contact.h
├── main.c
├── Makefile
├── .gitignore
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published