Skip to content
forked from emcecha/cashapp

Aplication to track your entire cashflow created with React JS. Project contains landing page (mobile, desktop) and application page (desktop).

Notifications You must be signed in to change notification settings

DaedShon/cashapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cashapp ReactJS

Cashapp - aplication to track your entire cashflow, created with ♥ and React JS. Project contains:

  • landing page with registration and sign in - mobile and desktop version
  • application page - desktop version The project was created during front-end bootcamp - CodersLab (based in Warsaw).

Technologies used for this project

Configuration

In order to run this project you need to:

  • Clone the repository
  • Navigate to the directory where you have cloned the repo
  • Install node modules using npm install
  • Install webpack globally on your machine using npm install --global webpack
  • Run $ ./node_modules/.bin/webpack-dev-server --hot
  • Open http://localhost:3001/#/cashapp in your favorite browser

Functionalities

  • User account based on email and password (saved in localeStorage)
  • Creating custom accounts (budgets)
  • Creating custom categories for income / expenses
  • Adding new expenses and incomes that are creating your cashflow

Planned functionalities

  • Accounts in different currencies (actual exchange rate - API)
  • User account information on JSON server
  • Actual balance (global, and for accounts)
  • Charts for cashflow - React chart library
  • Transfer between accounts

Page preview - coming soon

About

Aplication to track your entire cashflow created with React JS. Project contains landing page (mobile, desktop) and application page (desktop).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.8%
  • CSS 23.6%
  • HTML 0.6%