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

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.

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**