shamscorner / oinvogenny

Home Page:http://oinvogenny.shamscorner.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oinvogenny

Netlify Status

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:

Developing

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

Building

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.

Roadmap

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

About

http://oinvogenny.shamscorner.com/

License:MIT License


Languages

Language:Svelte 52.5%Language:TypeScript 42.3%Language:HTML 3.0%Language:JavaScript 1.4%Language:CSS 0.7%Language:Shell 0.1%