Skip to content

shamscorner/oinvogenny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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