niki4810 / dime

A simple finance manager app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dime

A simple finance management app.

dime-app

About the application

  • dime app lets your record your daily spending activity by category and show's you a neat summary of your spending status per month. I personally use this app to see how much I spend each month and limit my spending when I am reaching a treshold :).
  • dime also has a chart view that shows spending by category.
  • This app is built using react, redux, react-router v4, react-jss, storybook, victory-charting. (planning to use redux-sagas shortly).
  • This app uses firebase for storing data. If you plan to use it, you can create your own firebase instance and add the url insrc/config.js
  • NOTE: I created this app for self learning purpose and there may be a cleaner way to approch few things. This app will be evolving, and I plan to make it a PWA shortly.
  • If you feel you can improve anything in the app, please feel free to open a PR.

Running the example app

  • This project was bootstrapped with Create React App.
  • After cloning the repo run npm install to install the dependencies. This is needed only once.
  • To start the demo app simply run npm start
  • To view the individual component storybook run npm run storybook and visit http://localhost:9001

About

A simple finance manager app

License:MIT License


Languages

Language:JavaScript 31.5%Language:JavaScript 31.5%Language:JavaScript 31.5%Language:HTML 1.8%Language:HTML 1.8%Language:HTML 1.8%