IsamaraI/fatura_mate_web — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple web app called Fatura Mate. I want it to feel like a helpful place where someone can keep track of their invoices and bills without getting overwhelmed.

Start with a polished home page that explains the app in plain language, then add a clean dashboard page with sample data for invoices, amounts, due dates, status, and totals. Let me add a new invoice through a form, edit or delete it, mark it as paid, and filter by paid, pending, and overdue. It can store the data in the browser for now, no login or backend yet.

Please make it responsive, modern, and easy to use, with empty states and friendly messages. Keep the code organized in the existing Next.js TypeScript project and reuse any UI component setup that is already there. If you need current Next.js or UI docs, look them up online and make the app run with npm run dev.

Want more depth? Deep Reverse