{"id":47179804,"url":"https://github.com/dpieve/invoice-generator","last_synced_at":"2026-03-13T07:34:44.881Z","repository":{"id":341103221,"uuid":"1168905122","full_name":"dpieve/invoice-generator","owner":"dpieve","description":"An invoice generator app built using React, Typescript, and Shadcn ","archived":false,"fork":false,"pushed_at":"2026-02-28T00:30:36.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-28T06:13:23.875Z","etag":null,"topics":["invoice","react","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://dpieve.github.io/invoice-generator/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpieve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-27T23:39:13.000Z","updated_at":"2026-02-28T00:42:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dpieve/invoice-generator","commit_stats":null,"previous_names":["dpieve/invoice-generator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dpieve/invoice-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpieve%2Finvoice-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpieve%2Finvoice-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpieve%2Finvoice-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpieve%2Finvoice-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpieve","download_url":"https://codeload.github.com/dpieve/invoice-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpieve%2Finvoice-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30460950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["invoice","react","shadcn-ui","tailwindcss"],"created_at":"2026-03-13T07:34:44.295Z","updated_at":"2026-03-13T07:34:44.870Z","avatar_url":"https://github.com/dpieve.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invoice Generator\r\n\r\nA modern, client-side invoice generator built with React and TypeScript. \r\n\r\nFill in your details, customize line items, and print or export a clean PDF invoice.\r\n\r\n![Invoice Generator Screenshot](public/showcase1.png)\r\n\r\n---\r\n\r\n## Download\r\n\r\nDesktop apps for Windows, macOS, and Linux are available on the [Releases](https://github.com/dpieve/invoice-generator/releases) page.\r\n\r\nWeb version can be found [here](https://dpieve.github.io/invoice-generator/).\r\n\r\n---\r\n\r\n## Features\r\n\r\n- **Sender \u0026 Receiver** — Enter full contact details for both parties, including custom fields\r\n- **Line Items** — Add, edit, and reorder items via drag-and-drop\r\n- **Adjustments** — Optional discount, tax, and shipping with fixed or percentage modes\r\n- **Payment Information** — Include bank name, account name, and account number\r\n- **Logo Upload** — Attach a company logo directly to the invoice\r\n- **Total in Words** — Automatically writes the total amount out in words\r\n- **Live Preview** — See the formatted invoice update in real time\r\n- **Print / Export PDF** — Print or save as PDF directly from the browser\r\n- **Import / Export JSON** — Save and reload invoice data as JSON\r\n- **Internationalization** — Multilanguage supported\r\n- **Form Validation** — Zod-powered validation with descriptive error messages\r\n\r\n---\r\n\r\n## Technologies\r\n\r\n| Library | Purpose |\r\n|---|---|\r\n| [React 19](https://react.dev) | UI framework |\r\n| [TypeScript](https://www.typescriptlang.org) | Type safety |\r\n| [Vite](https://vite.dev) | Build tool \u0026 dev server |\r\n| [Tailwind CSS v4](https://tailwindcss.com) | Styling |\r\n| [shadcn/ui](https://ui.shadcn.com) + [Radix UI](https://www.radix-ui.com) | Accessible UI components |\r\n| [Zod](https://zod.dev) | Schema validation |\r\n| [i18next](https://www.i18next.com) + react-i18next | Internationalization |\r\n| [@dnd-kit](https://dndkit.com) | Drag-and-drop line item sorting |\r\n| [react-to-print](https://github.com/MatthewHerbst/react-to-print) | Print / PDF export |\r\n| [number-to-words](https://github.com/nicolo-ribaudo/number-to-words) | Amount in words |\r\n| [Tauri](https://tauri.app) | Desktop app framework |\r\n\r\n---\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\n\r\n- [Node.js](https://nodejs.org) 18+\r\n- npm, pnpm, or yarn\r\n\r\n### Installation\r\n\r\n```bash\r\ngit clone https://github.com/dpieve/invoice-generator.git\r\ncd invoice-generator\r\nnpm install\r\n```\r\n\r\n### Development\r\n\r\n```bash\r\nnpm run dev\r\n```\r\n\r\nOpen [http://localhost:5173](http://localhost:5173) in your browser.\r\n\r\n### End-to-End Tests (Playwright)\r\n\r\nInstall browser binaries once:\r\n\r\n```bash\r\nnpx playwright install chromium\r\n```\r\n\r\nRun E2E tests:\r\n\r\n```bash\r\nnpm run test:e2e\r\n```\r\n\r\nOpen Playwright UI mode:\r\n\r\n```bash\r\nnpm run test:e2e:ui\r\n```\r\n\r\n### Build\r\n\r\n```bash\r\nnpm run build\r\n```\r\n\r\nThe output will be in the `dist/` folder.\r\n\r\n---\r\n\r\n## License\r\n\r\nMIT License — see [LICENSE](LICENSE) for details.\r\n\r\n### Inspired by [invoify](https://github.com/al1abb/invoify)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpieve%2Finvoice-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpieve%2Finvoice-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpieve%2Finvoice-generator/lists"}