This is a very simple, clean, awesome-looking, open-source, one-click invoice generator application for freelancers & remote job holders to manage payments. All the data are saved on the client's browser. Nothing is saved anywhere so it is secure & safe.
Technical Stack:
Once you've cloned this repository and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
or,
pnpm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
or,
pnpm run dev -- --open
To create a production version of your app:
npm run build
or,
pnpm run build
You can preview the production build with npm run preview
or pnpm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
This project is already more than enough to accomplish the main task. But the followings are on the pipeline & will be added to this project later in the future.
- Build a landing site for this project
- Improve LTR & RTL support
- Add Vitest unit tests
- Add Playwright e2e tests
- UI improvements