Skip to content

sebiflorinp/Accounting-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accounting Project

A small project made in C for managing users and their financial data.

Features

  • Financial account creation and management
  • Data persistence across application sessions
  • Activity tracking for all in-application activities
  • Extensive data validation
  • Authentication

Requirements

CMake 3.27

sudo apt-get install cmake

Run Locally

Clone the project

  git clone https://github.com/sebiflorinp/Accounting-Project

Go to the project directory

  cd Accounting-Project

Create a build directory

  mkdir build
  cd build

Run CMake

  cmake ..

Build the project

  cmake --build .

Run the project

  ./Accounting-Project

Screenshots

App Screenshot

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published