Skip to content

A Terminal Based Manager Developed Using C that helps to Track Daily Expenses.

License

Notifications You must be signed in to change notification settings

NikamRohan/Expense-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Expense-Manager

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!

Running Terminal App in Local System

  1. First clone the repository in your system.

    git clone https://github.com/NikamRohan/Expense-Manager.git

  2. Then Change Directory to News-Aggregator.

    cd Expense-Manager

  3. Compile the Terminal App(In case of Linux).

    gcc -g3 ds1.c -o ds1

  4. Then Run it ./ds1

  5. Now the Terminal App will be up and Running you could explore its Features.

Screenshots Of Terminal App

Screenshot from 2020-05-13 00-19-26

Screenshot from 2020-05-13 00-19-37

Screenshot from 2020-05-13 00-19-45

Screenshot from 2020-05-13 00-19-52

Releases

No releases published

Packages

No packages published

Languages