Minimalistic bill tracker for those who despise tracking microtransactions.
-
π Track important data. Tracking microtransactions is extremely time consuming, especially when you have a lot of them spread out across multiple credit cards.
-
π 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.
-
π 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.
-
β‘οΈ 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.
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).
- Add Bills: to transaction list and localStorage
- Remove Bill
- Toggle Paid
- Edit Bill Values #14
- 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
yarn
Or npm install
if you're not into the amazingness of yarn. π
yarn dev
Or npm run dev
... Whatever. π
yarn build
Or, again, npm run build
. Gosh, you're weird.