mohsinmosi322-maker/DigitalKhata — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple DigitalKhata web app, basically a clean digital ledger for small shop style bookkeeping. I want to be able to add people or accounts, record money given, money received, and see a running balance for each person so it is easy to know who owes what. It should have a straightforward home screen, simple forms to add entries, a list or history view, and a basic summary of totals.

Please make it feel practical and easy for a normal person to use, not overly fancy. If the project already has some starter code in C# and a little frontend work, continue with that and wire everything together so it actually runs. Use sensible sample data or lightweight storage if needed, and make sure the main flows work end to end. Since the README does not say much, keep the scope focused on a basic working bookkeeping app. If you need to, look up current docs online and fill in the missing pieces.

Want more depth? Deep Reverse