Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

dev-geddy/react-es6-nodejs-bank-transactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Transactions Interpreting Tool

Application purpose is to parse bank transactions history from CSV file, categorise & aggregate expenses and visualise balance over time.

How to run

Once project is checked out, run the following commands: npm install npm start

If you're using Windows

If npm start does not start the application, start app and api in separate terminals by running commands:

  • npm run api
  • npm run app

Unfortunately API upload handling does not work on windows environment yet.

Languages Used

  • ES6 (ECMA2015)
  • NodeJS (JS or ES5)
  • SCSS

Highlights of Frameworks, Libraries and Tools

  • React
  • Flux
  • D3
  • Axios
  • Bluebird (Promises)
  • Webpack
  • Express

About

CSV bank transactions parsing and visualisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors