Code Monkey home page Code Monkey logo

finance-js's Introduction

Finance JS

This is a simple web application for personal financial analysis. It is intended to be used with a data from internet banking (an exported bank statements) or with a manually created ones (a list of cash expenses).

Implemented storage options: REST API backend / Local Storage API.

Online: https://harag.cz/app/finance

  • Local Storage only: Everything is processed (and optionally stored) in the browser โ€“ no data is sent to the server.

Milestones

  • 2021-10-31: The first commit
  • 2022-02-05: Work has started on the public version (without server side data parsing, DB, etc.)
  • 2022-02-06: Parser: simple CSV
  • 2022-02-09: Parser: OFX
  • 2022-02-20: Parser: Fio CSV, Moneta CSV, Equa CSV
  • 2022-02-25: Filter and datasets saving (local storage)
  • 2022-11-30: Parser: Sodexo JSON
  • 2023-03-27: The codebase moved into this separate Git repository and migrated to Rollup.js
  • 2023-03-28: Text areas replaced by the CodeMirror source editor
  • 2023-04-05: Architecture redesign & user interface improvements; New features: multi-transactions, categories table, ceiling
  • 2023-04-15: Parser: Raiffeisen CSV
  • 2023-10-27: Migration to Bootstrap 5
  • 2023-11-13: New feature: year filter
  • 2024-01-01: Parser: UniCredit CSV

Development

npm run build builds the library to dist.

npm run dev builds the library, then keeps rebuilding it whenever the source files change using rollup-watch.

npm test builds the library, then tests it.

TODOs

  • TODO: remove remaining jQuery DOM building statements $('<tr></tr>') >> DomBuilder
  • TODO: replace remaining anonymous objects using classes
  • TODO: use private # fields where possible
  • TODO: JSDoc

finance-js's People

Contributors

hartrik avatar

Watchers

 avatar

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.