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.
You can use this code base for learning or to scaffold your mission-critical project.
NPM Scripts
npm install
- install dependenciesnpm start
- run development servernpm run build
- build app for deploymentnpm test
- run test suitenpm run test:fix
- run test suite watching files for changesnpm run update-types
- update flow library definitions