A simple web application to help you keep track of your expenses and income. It lets you add, view, and delete records so you can see where your money goes.
-
Add income and expense entries with category, amount, and date.
-
View a list of all entries.
-
Delete entries you no longer need.
-
Basic summary of total income, total expense, and balance.
-
User authentication (login/signup).
-
Created Dashboards for user convenience
Frontend: React
Backend: Node.js + Express
Database: MongoDB
If you want to contribute, feel free to fork the repo, make changes, and create a pull request.