/MyWallet_Fronf

This web application will help you to have greater control of your expenses, as you can register your debts and your credits, and you will always have your updated balance at hand!

Primary LanguageJavaScript

MyWallet

The myWallet app is here to help you control your expenses, to avoid surprises at the end of the month!

Try it out now at https://my-wallet-fronf.vercel.app/

About

This web application will help you to have greater control of your expenses, as you can register your debts and your credits, and you will always have your updated balance at hand! And don't worry, you have all your extract history saved in a database!. Below are the implemented features:

  • Sign up
  • Log in
  • Log out
  • List full extract
  • Add new output (debt)
  • Add new entry (credit)

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

  1. Clone this repository
  2. Clone the back-end repository at https://github.com/kethllen/My_Wallet_Back
  3. Follow instructions to run back-end at https://github.com/kethllen/My_Wallet_Back
  4. Install front-end dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser.