Invoice Generator is a web-based generator application built with Next.js 13, TypeScript, React, and the Tailwind. It provides an easy way to create and manage professional invoices.
Visit the live demo to see Invoice Generator in action.
Follow these instructions to get Invoice Generator up and running on your local machine.
Clone the repository:
git clone https://github.com/devesperanz/Invoice-generator.git Generator.git
cd Invoice-generator
Install dependencies
npm install
Start development server
npm run dev
Open your web browser and access the application at http://localhost:3000
Distributed under the MIT License. See LICENSE.txt
for more information.