projects

Simple Financial Recording App in C Language

A CLI-based simple financial recording app written in C.

Aug 17, 2020 1 minute read

This project was developed as the final exam submission for the Algorithm and Programming Fundamentals course during my second semester of undergraduate studies.

Background

Financial records are relatively hard to manage. A lot of businesses still keep them in paper, which require manual calculation of incomes and expenses. People who try to use existing apps can also find it difficult due to the abundance of features or functions available.

Solution

This project’s goal is to be a simple app for financial recording. The interface will be in CLI, and can save the records in a file. The program is written in C language.

Result

Here are some screenshots from the app.

Source code: Github