<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hung Q. Le</title>
    <description>The latest articles on DEV Community by Hung Q. Le (@hql287).</description>
    <link>https://dev.to/hql287</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F40812%2Fae28462d-eefb-46c5-9091-32fcf2a391ae.jpeg</url>
      <title>DEV Community: Hung Q. Le</title>
      <link>https://dev.to/hql287</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hql287"/>
    <language>en</language>
    <item>
      <title>Introducing Manta - a flexible invoicing app for freelancers. [Freebie]</title>
      <dc:creator>Hung Q. Le</dc:creator>
      <pubDate>Sat, 09 Dec 2017 09:00:40 +0000</pubDate>
      <link>https://dev.to/hql287/introducing-manta---a-flexible-invoicing-app-for-freelancers-freebie-43k</link>
      <guid>https://dev.to/hql287/introducing-manta---a-flexible-invoicing-app-for-freelancers-freebie-43k</guid>
      <description>

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pVWt1Jyh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/zm7ew4bqq2u9n9afx03r.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pVWt1Jyh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/zm7ew4bqq2u9n9afx03r.jpg" alt="Sample Invoice"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So after much procrastination 😅, I finally managed to finish this project and would like to share it with you today. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://manta.life"&gt;Manta&lt;/a&gt; is a flexible invoicing desktop app that allows you to quickly create beautiful invoices without the need of using design software like Photoshop, InDesign or Sketch. &lt;/p&gt;

&lt;h3&gt;
  
  
  Why?
&lt;/h3&gt;

&lt;p&gt;The main reason I decided to build this is because I needed a simple tool to create good-looking invoices, estimates, and receipts but couldn't find one that suits my needs. I don't create invoices for a living but I do need it from time to time. So for me, an ideal invoicing app just needs to be good at one thing and one thing only, which is making invoices. &lt;/p&gt;

&lt;p&gt;I really don't need a full-fledged bookkeeping or accounting software, and I believe there are many people such as freelance designers, developers, photographers or writers... also have such need. &lt;/p&gt;

&lt;h3&gt;
  
  
  The Problems.
&lt;/h3&gt;

&lt;p&gt;Most (if not all) invoicing products that I found have problems and they come down to 2 things &lt;strong&gt;complexity&lt;/strong&gt; and &lt;strong&gt;privacy&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Most invoicing products now is web-based, which means an Internet connection is required. &lt;/li&gt;
&lt;li&gt;If the connection is not good, it can jeopardize the whole experience
&lt;/li&gt;
&lt;li&gt;It doesn't make sense to maintain an account (normally comes with a recurring monthly fee) just to make one to two invoices in a few months. &lt;/li&gt;
&lt;li&gt;Sure, there some open-source products that can be self-hosted, but it begs the  questions: Who will setup the product? Who will maintain the server? Who will cover the cost? ...&lt;/li&gt;
&lt;li&gt;When you use a web service, most of the time, you’re giving away your data whether you want it or not. Financial data is sensitive and I believe that no one should know about your data except yourself.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Goals.
&lt;/h3&gt;

&lt;p&gt;So I know that Manta would need to satisfy these criteria:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🚀 Fast!!!.&lt;/li&gt;
&lt;li&gt;👍 Friendly UI &amp;amp; UX.&lt;/li&gt;
&lt;li&gt;🎉 Has good-looking templates.&lt;/li&gt;
&lt;li&gt;🔒 Does not touch user’s data.&lt;/li&gt;
&lt;li&gt;💰 Free! :)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Results.
&lt;/h3&gt;

&lt;p&gt;After a few months of design, development and 2 prototypes, the final Manta comes with these features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🎚 Flexible form. You can toggle fields when necessary.&lt;/li&gt;
&lt;li&gt;🏗 Drag &amp;amp; drop for reordering items. This makes editing easier.&lt;/li&gt;
&lt;li&gt;📐 Allow using SVGs for the logo -&amp;gt; better printing.&lt;/li&gt;
&lt;li&gt;🎨 2 Custom designed &amp;amp; highly customizable templates. Will add more in future versions.&lt;/li&gt;
&lt;li&gt;📊 Export PDF for print or email.&lt;/li&gt;
&lt;li&gt;🔒 Privacy. Your data stays where it belongs.&lt;/li&gt;
&lt;li&gt;💯 Totally Free.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can go to the &lt;a href="https://manta.life"&gt;website to Download the latest verion&lt;/a&gt;  and try it out today.&lt;/p&gt;

&lt;h3&gt;
  
  
  One more thing.
&lt;/h3&gt;

&lt;p&gt;I also decided to open source this project so everyone can make it better and make Manta work the way they want. If you're interested, here's the repo: &lt;a href="https://github.com/hql287/Manta"&gt;https://github.com/hql287/Manta&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The project has been staying in GitHub trending since yesterday, now it's in top 10 of all languages and top 3 in JavaScript. For someone doesn't do much OSS, I found this very encouraging. So thank you very much for showing the love. It really means the world to me :)&lt;/p&gt;

&lt;p&gt;I firmly believe that Manta can save you time and possibly will impress your clients, too. &lt;/p&gt;

&lt;p&gt;Please give it a try and I would love to hear what you think. Feedbacks, ideas and suggestions are always welcomed.&lt;/p&gt;

&lt;p&gt;Enjoy your weekend! :)&lt;/p&gt;


</description>
      <category>electronjs</category>
      <category>react</category>
      <category>redux</category>
      <category>invoicingapp</category>
    </item>
  </channel>
</rss>
