Giter Site home page Giter Site logo

tomholford / money-management Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabiodmferreira/money-management

0.0 1.0 0.0 13.28 MB

Tag transactions, add money flow estimates and display money evolution.

Home Page: https://mmanagement.herokuapp.com

License: MIT License

JavaScript 6.68% Dockerfile 0.14% HTML 0.46% TypeScript 92.27% Shell 0.02% SCSS 0.44%

money-management's Introduction

Money Management Build Status codecov

Save, label and organise your transactions. Add your estimates to plan your financial life.

Demo

Features

  • Displays transactions history.
  • Imports transactions from csv file.
    • Map headers fields to application transaction structure.
  • Calculates transactions history balance and displays it on a line chart and a table.
  • Adds wallets and assigns transactions to wallets.
  • Adds tags to transactions.
  • Displays transactions values by tag.
  • Adds future predicted transactions (estimates, contracts and budgets).
  • Allows seeing the future money amounts based on predicted transactions.

Folders Structure

  • models - types, classes and interfaces.
  • state - redux code. It uses ducks architecture.
  • views - react components.
    • components - shared components.
    • containers - shared components that change the state
    • hocs - enhanced components.
    • layout - page structure components like navigation bar and header.
    • pages - application pages.

Configuration

Environment variables are defined in .env.{environment} files. Examples of environment values are production and development.

All variables must start with REACT_APP_, so create-react-app can inject them in project.

Getting started

Install dependencies and run server.

> npm install
> npm start

Or use docker

> docker-compose up

Deploy

Generate bundle of application minified and run static server with bundle generated.

> npm run-script build
> npm install -g serve
> serve -s build

Warning: Verify before deploying if build application has the last updates. If not, clean directory before running build script.

Available Scripts

Start application

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Test

npm test

Launches the test runner in the interactive watch mode.

Build

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Create React App

Bootstrapped with Create React App.

Find more information about how to perform common tasks on this guide here.

money-management's People

Contributors

fabiodmferreira avatar

Watchers

James Cloos 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.