Skip to content

nnchambs/budget-app

 
 

Repository files navigation

Budget Application

##Description
A budgeting app for kids using React, Firebase, Webpack, and Enzyme. It allows for easy input of monthly budgeted expenses. Once the budgets are set - the user can input actual expenses. As a result, the user will see a graph on the home page showing how much money they have to spend for the month on each item. A reports page shows weekly, monthly, and annual budgets, as well as allowing for an input of allowance, to be used as a tool to determine how much the user needs to receive or how much they need to cut expenses.

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%