I’m building a focused expense-tracking app whose single purpose is to turn incoming receipts into tidy, searchable transactions. Instead of typing amounts line by line, the user will simply forward purchase confirmations or receipt photos to a dedicated email address. The app must then read the message, extract the total, merchant, date and currency, and post the expense to that user’s account automatically. Scope of work • Create a secure sign-up / sign-in flow. • Assign a unique forwarding address to each user and keep it in their profile. • Set up an inbound-email pipeline (IMAP listener, SendGrid Inbound Parse, Mailgun webhook—use whatever you prefer) that hands the raw email to your parser. • Build the parser to handle PDF attachments, images (OCR) and plain-text receipts, meeting the “receipt scanning” requirement. • Store the parsed data and expose it in a simple dashboard that totals spending, offers quick filters and lets users edit or delete any item. • Ship an installable test build (iOS, Android or cross-platform) together with the complete source, a README and database schema. Acceptance criteria 1. I can create an account, forward at least three different sample receipts, and see each appear in the app within 30 seconds. 2. Amount, merchant and date are captured correctly in at least 90 % of cases. 3. Code quality is clean, documented and ready for hand-off. Tech stack is your choice—Flutter, React Native, native Swift/Kotlin or a PWA—so long as you explain how your selection supports the email ingestion flow. Include a realistic timeline for the MVP and one revision round when you apply.