Git Product home page Git Product logo

home-bills's Introduction

๐Ÿก Home Bills

Minimalistic bill tracker for those who despise tracking microtransactions.

Building Open Source Tip me

Cover

Netlify Status


๐Ÿ† Goals & Milestones

Goals

  1. ๐Ÿ” Track important data. Tracking microtransactions is extremely time consuming, especially when you have a lot of them spread out across multiple credit cards.

  2. ๐Ÿ” Keep your data local and private. Why should you have to worry about privacy policies that you're never gonna read? Who knows what these crazy people are doing with your data.

  3. ๐Ÿ“Š Useful reports. Here's the thing: I want to know how much my household owes these credit card companies. And I want it in a nice UI โ€” not some table-like, hard-to-use five-clicks-to-add-a-single-transaction app.

  4. โšก๏ธ Shortcuts and hotkeys. Come on, you're a developer. Why should you click on your finance app to do things? Let's make tracking finances easier with quick keystrokes.

Milestones

01. The Minimum Viable Code.

  • Design a friendly and minimal interface.
  • Code interface for desktop.
  • Code the entire interface reponsively.
  • Add empty states #13
    • Transaction List empty state
    • Overview empty states
  • Open "Add Bills" pop-up.
    • Add "Control + N" hotkey to add new bills.
    • Add "Escape" hotkey to close bills modal.
  • Data handling with localStorage (MVP).
  • Generate overview reports with JS.
  • Open Source it: add a license, make repo public, and document.

02. Better Data Management

  • Handle data with a local JSON file that you can store and sync with your iCloud, or GDrive.
  • Ability to visualize your bills from your computer, phone, or tablet.

03. Mobile App: I can see...

  • iOS App (read-only).
  • iOS Widgets for previewing data on the Home Page.

04. Mobile App: Permission to edit.

  • iOS App: manage your data on the app

๐Ÿƒ Run the project on your machine (or deploy it somewhere only you know ๐Ÿ–๏ธ)

01. First Install all dependencies by running:

yarn

Or npm install if you're not into the amazingness of yarn. ๐Ÿ‘€

02. If you want to develop and make changes to it:

yarn dev

Or npm run dev... Whatever. ๐Ÿ™„

03. If you want to deploy it yourself, the build command is:

yarn build

Or, again, npm run build. Gosh, you're weird.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.