Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1005 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 1005 Bytes

Expenses

SEE LIVE

A PWA with full offline support for your expenses. You can save it to your homescreen and use it daily to track all your 🍺 and ☕ expenses.

So for the layout is only suited for mobile screen (soon to be cahnged).

If you clone the repo and run the app localy, the database will be seeded with fake data.

Story

This project is a sort of playground which I created to learn and experiment with PWA development.

Tech

APP

The client app started as a create-react-app with Typescript. The offline database is implemented using RxDb. I'm using visx for the graphs and react-spring for the animations.

Styling is done with juicy Theme UI.

TODO:

  • Expenses aggregations collection for statistics
  • custom categories
  • account support with sync, backup
  • animations
  • desktop support