Logo Lanfrica

Ulaysu/gambia-invoice-maker

Record type:

software
Creator:
Ula
Host:
# Gambia Invoice Maker Build a simple, professional, mobile-first invoice generator for small businesses and freelancers in The Gambia. The product should be called Gambia Invoice. The core user flow is: User enters business name, phone number, email, and address. User enters customer name, phone number, email, and address. User adds invoice items with description, quantity, unit price, and automatically calculated line total. Automatically calculate subtotal, discount, and grand total. Allow the user to choose GMD as the currency. Generate a professional invoice preview. Allow the user to download the invoice as a PDF. Add a button to share the invoice through WhatsApp using the generated invoice information. Requirements: Mobile-first because many users will use this from their phones. Very clean and professional design. Fast and simple; the user should understand the app immediately. No authentication. No database. Store the current invoice in browser local storage so refreshing the page does not lose it. Include invoice number and invoice date automatically. Allow adding and removing invoice items. Include a notes/payment-terms field. Include a "Clear Invoice" button. Make the PDF look professional enough that a business can send it to a customer. Do not build unnecessary dashboards, landing-page sections, analytics, accounts, subscriptions, or admin features. This project was built with Lovable. **Live app**: gambia-invoice-maker.lovabl… ## Build with Lovable Continue developing this project in the Lovable editor. - **Ship faster**: describe what you want to build and Lovable handles the code. - **Stay in sync**: every change made in Lovable is committed straight to this repository. - **Full ownership**: this code is yours. Push to `main` on GitHub and your changes sync back into Lovable, ready for your next prompt. ## Development Prefer working locally? You need Node.js and npm — install with nvm. ```sh git clone cd …