https://github.com/yashpatel7025/expensemanager
Expense Manager using Linked Lists in C, Awesome thing about this project is it keep track of your Expense data even after terminating program.
https://github.com/yashpatel7025/expensemanager
c clanguage cprogramming datastructures datastructures-algorithms expense-management expense-manager expense-tracker expensemanager linked-list linklist
Last synced: 3 months ago
JSON representation
Expense Manager using Linked Lists in C, Awesome thing about this project is it keep track of your Expense data even after terminating program.
- Host: GitHub
- URL: https://github.com/yashpatel7025/expensemanager
- Owner: yashpatel7025
- Created: 2018-10-10T10:12:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T11:38:02.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T16:59:09.053Z (4 months ago)
- Topics: c, clanguage, cprogramming, datastructures, datastructures-algorithms, expense-management, expense-manager, expense-tracker, expensemanager, linked-list, linklist
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExpenseManager
### Console based Expense Manager using Linked Lists in C• Project just contains one ```ds1.c``` file as it is console based project but it contains big enough code
• Console based application where you can add and track your daily Expenses and Incomes, user can view past expenses and income data, **This project is different and unique from other C language based projects because once the program is terminated it still holds all records as it fetches all data from file which holds all previous data.**
• Project was developed using **C Language** with **Linked List** Data structure and **File handling concepts**