Skip to content

dev-geddy/react-invoice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

react-invoice

I've built this app for in-browser quick invoice creation.

nvm use
yarn install
yarn start

Note: all information is stored in your Browser's LocalStorage. You may access that via Developer Tools / Application / LocalStorage. This means no information is sent anywhere, just exists and is stored on your web browser. If you update your browser or clear all history / cache, you're likely to lose all stored invoices.

default config

Default configuration is stored in .env file. In order to define your default invoice values clone .env into .env.local and modify default config values accordingly.