mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-29 00:41:08 -04:00
Update readme
This commit is contained in:
19
README.md
19
README.md
@ -1,21 +1,25 @@
|
|||||||
# Serverless Invoices by Moku
|
# Serverless Invoices by Moku
|
||||||
|
|
||||||
Serverless Invoices is a free invoice management solution for freelancers and small businesses.
|
Serverless Invoices is a free invoicing tool for freelancers and small businesses or a starter kit for more complex systems.
|
||||||
|
|
||||||
It is open-source and easily extendable. You can implement your own features, localization, styling
|
It is open-source and easily extendable. Implement new features, localization, styling
|
||||||
or even add a fully operational backend.
|
or integrate with various backends and API-s.
|
||||||
|
|
||||||
|
Run it locally or host it yourself.
|
||||||
|
|
||||||
|
You can always use the latest free version at [invoices.mokuapp.io](https://invoices.mokuapp.io)
|
||||||
|
|
||||||
Sponsored and maintained by [Moku](https://mokuapp.io)
|
Sponsored and maintained by [Moku](https://mokuapp.io)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Truly serverless - data stored in your browser only, no network requests
|
- Truly serverless - data stored in your browser only, no network requests
|
||||||
|
- No hosting required - works locally
|
||||||
- Create, edit, delete invoices
|
- Create, edit, delete invoices
|
||||||
- Track invoice status and due date
|
- Track invoice status and due date
|
||||||
- Create, edit, delete bank accounts
|
- Create, edit, delete bank accounts
|
||||||
- Create, edit clients
|
- Create, edit clients
|
||||||
- Edit company
|
- Edit company
|
||||||
- Export data to JSON
|
- Export & import json data
|
||||||
- Import data from JSON
|
|
||||||
- Print to PDF
|
- Print to PDF
|
||||||
- Dark and light mode!
|
- Dark and light mode!
|
||||||
|
|
||||||
@ -40,3 +44,8 @@ npm run build
|
|||||||
npm run lint
|
npm run lint
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#Topics
|
||||||
|
- invoices management
|
||||||
|
- invoicing solution
|
||||||
|
- invoice maker
|
||||||
|
- invoice generator
|
||||||
|
|||||||
Reference in New Issue
Block a user