rtrivaldo/expense-tracker — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple expense tracker web app where people can register, log in, and manage their own spending records.

I want a clean dashboard that shows a quick summary of expenses, with forms to add new expenses, edit existing ones, and delete anything entered by mistake. Users should be able to view their expenses over time and generate downloadable reports for different periods, like monthly or custom date ranges.

Please make it responsive so it works nicely on desktop and mobile. Use Laravel 11 with Blade templates, PHP, and the usual database migrations and auth flow. Keep the interface simple and friendly, not overcomplicated. Include the setup needed to run it locally, seed or sample data if useful, and make sure the basic CRUD and report download flow actually work end to end.

Want more depth? Deep Reverse