Hacker News new | ask | show | jobs
by vahe 4696 days ago
Hey! Here's something very similar I've built with Angular too https://github.com/vahek/InvoicingJs

I recommend making use of localstorage, so the company info doesn't have to be entered every time.

2 comments

Nicely done! The idea of using localstorage has been mentioned a couple times, For a couple fields localstorage does make sense. We were aiming more of a Firebase like backend support so that one is able to send out just links to invoices.

HN community has definitely given us a few ideas and we look forward to implement a couple of those.

localStorage on its way..will be pushed shortly.. +1

Thanks for the suggestions