This is a personal wallet app that allows you to track your expenses and income!
Create your account and login to start using!
Click the + button to add income and the - button to add an expense! Your total balance is calculated dinamically with your transactions history!
Click the x button on the right side of your transaction to delete it
Click on the entry itself to edit it's description and value
Not needed but recommended: VSCode
In order to use all functions of this app, you also need to install the backend API
Use a terminal interface such as bash or zsh, and enter the following:
#download
gh repo clone fMagVen/MyWallet_FrontEnd
#access the folder you downloaded it to
cd MyWallet_FrontEnd
#install dependencies
npm iThe app will run locally and you must configure a .env file with a port of your choosing. The default one is 5000.
#you can run the development build with
npm start
#or production build it with
npm buildMade with care by
Contact me anytime!