This is an progressive web application that will allow the user to be able to add expenses and deposits to their budget with or without a connection. When entering transactions offline, the total populates when brought back online.
To install necessary dependencies, run the following command: "npm i".
To start the app in the CLI : "npm start"
To seed the database in the CLI run the following command: "npm run seed"