mitchiemt11 / budget-tracker

A React budget tracker app using Context API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget Tracker App

A React.js app for tracking your budget and daily expenses.

This is a simple budget management application. It tracks inflow and outflow, shows remaining budget, and interesting reports with charts. As such, it offers more features than the usual Todo App.

Budgeting app is a showcase project that demonstrates important decisions in architecture and development of a modern React application.

Feel free to use it as a reference app or a starter kit.

Clone the repository and install dependencies.

React, Redux, Router, Webpack, Sass

You can use this code base for learning or to scaffold your mission-critical project.

NPM Scripts

  • npm install - install dependencies
  • npm start - run development server
  • npm run build - build app for deployment
  • npm test - run test suite
  • npm run test:fix - run test suite watching files for changes
  • npm run update-types - update flow library definitions

About

A React budget tracker app using Context API


Languages

Language:JavaScript 84.6%Language:HTML 15.4%