NikamRohan / Expense-Manager

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C 100.0%