/MyWallet_FrontEnd

A wallet app that allows you to stay aware of your financial transactions!

Primary LanguageJavaScript

MyWallet

A virtual wallet app written in React that allows you stay aware of your financial transactions!

Try it now here

About

Below are the implemented features on this App:

  • Sign Up
  • Login
  • List of your transactions by date and actual balance.
  • Button to add new Transactions.

Below are the not yet implemented features on this App:

  • Delete transactions.
  • Change Description transactions.

By using this App, the Client can take a look on her/his financial transactions and has a financial controll to self remember.

Technologies

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

How to run

First of all, follow the instructions to run BackEnd repository click here

  1. Clone this repository.
  2. Create a new archive named .env in the project folder and put on it
REACT_APP_API_BASE_URL=http://localhost:5000
  1. Install 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.
  2. Test It by yourself...