eliaam1/MoneyBox_Log — reverse-engineered prompt
Reverse engineered prompt
Build me a simple C# MoneyBox Log app as a small Windows desktop project. I want it to open with a login form and let people sign in as either an admin or a normal user. The main idea is to keep a record of money box activity in a way that feels easy to use, not too technical.
After login, a normal user should be able to add and view their own money log entries, like putting money in or taking money out, with basic details and dates. An admin should be able to sign in separately, see all users and their logs, and manage user accounts. Please add sensible validation so bad or empty data does not get saved.
Keep the screens clean and straightforward, with a simple flow from login to the log pages. If the project already has a starting structure, build on that instead of replacing everything. Use whatever local storage makes the most sense for this kind of C# app, and look up current docs online if you need to.
Want more depth? Deep Reverse