Skip to content

freddycoder/budget-forecast

Repository files navigation

budget-forecast

I little app I build to help me forecast my budget and learn React.

Try the app: https://freddycoder.github.io/budget-forecast/

Features

  • The app work in french or english
  • Ability to enter mortgage
  • Ability to enter income and expenses
  • Display a simulation of the budget over the period of the mortgage

Run the app on your machine

pnpm install
npm start

Docker

To build the docker image:

docker build -t budget-forecast .

To run the docker image:

docker run -p 8080:80 budget-forecast

The site is accessible at http://localhost:8080/budget-forecast

About

A budget forecast app build with react, pnpm, docker and nginx

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •