An open API service indexing awesome lists of open source software.

https://github.com/nikamrohan/expense-manager

A Terminal Based Manager Developed Using C that helps to Track Daily Expenses.
https://github.com/nikamrohan/expense-manager

c datastructures expense-manager file-handling-in-c linked-list manage-expenses terminal-app

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/63553348/81734928-e9bfba00-94b1-11ea-93ea-6126298bb525.png)

![Screenshot from 2020-05-13 00-19-37](https://user-images.githubusercontent.com/63553348/81734833-c563dd80-94b1-11ea-8f92-6209165c6463.png)

![Screenshot from 2020-05-13 00-19-45](https://user-images.githubusercontent.com/63553348/81734968-fa703000-94b1-11ea-989a-9ff86d25f919.png)

![Screenshot from 2020-05-13 00-19-52](https://user-images.githubusercontent.com/63553348/81734994-05c35b80-94b2-11ea-90da-b73ecbfb1333.png)