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.
- Host: GitHub
- URL: https://github.com/nikamrohan/expense-manager
- Owner: NikamRohan
- License: mit
- Created: 2020-04-21T18:51:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T20:02:19.000Z (about 6 years ago)
- Last Synced: 2025-02-24T06:15:32.559Z (over 1 year ago)
- Topics: c, datastructures, expense-manager, file-handling-in-c, linked-list, manage-expenses, terminal-app
- Language: C
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



