/Project-Invoice-Tool

[work-in-progress] A Desktop App, built with Electron, to simplify invoicing and keeping track of open customer accounts.

Primary LanguageJavaScript

invoice-tool

Motivation

Many freelancers manage their customer accounts with spreadsheets and use separate tools to create invoices out of the spreadsheet data. This is meant to be a one-stop solution for managing and creating invoices.

Stack

  • Node
  • React
  • Electron
  • SQLite

Getting started

Within the client directory:

-> Install dependencies:

npm install

-> start development server:

npm start

-> start electron:

npm run electron-start