/MeetingApp

A solution for arranging business meetings

Primary LanguageC++MIT LicenseMIT

MeetingApp

GitHub license GitHub issues GitHub stars

MeetingApp is an open-source and cross-platform library, which simplifies the process of arranging business meetings.

Table of Contents

How it works

The app allows one to arrange meetings with other users. It suggests the date which best fits users' schedules.

Diagram

Usage

Before building MeetingApp, make sure you have all the build dependencies:

  • A C++ compiler (preferably C++20 compliant)
  • CMake

You also need the sqlite3 library.

Ubuntu example:

sudo apt install build-essential libsqlite3-dev cmake
gh repo clone raxonpc/MeetingApp
cd MeetingApp
mkdir build
cd build
cmake ..
cmake --build .

Dependencies

  • sqlite3
  • ftxui
  • catch2

Brief history

MeetingApp was made for the March 2023 project contest on the ZaprogramujŻycie discord server.

It was a collab of me and Wojtek, for whom it was the first contact with Git and the C++ toolchain. I hope working with me helped him dig into the world of C++ programming.

Zaprogramuj Życie Logo