A Terminal Based Manager Developed Using C that helps to Track Daily Expenses.
Highlight Of This Project: This terminal app retains the Income & Expense Records Information Even if Terminal is closed,this is acheived by storing the records in files and then loading them from there when the app is again up and running!
-
First clone the repository in your system.
git clone https://github.com/NikamRohan/Expense-Manager.git
-
Then Change Directory to News-Aggregator.
cd Expense-Manager
-
Compile the Terminal App(In case of Linux).
gcc -g3 ds1.c -o ds1
-
Then Run it
./ds1
-
Now the Terminal App will be up and Running you could explore its Features.