This is the front-end repository of My Wallet, a web application that helps you control your daily expenses
https://my-wallet-pi.vercel.app/
- Register, login and logout into the application
- Add financial register
- Delete financial register
- Shows the total value of the user's wallet
# First clone the backend repository and follow the instructions on README file to start the server application
$ git clone <https://github.com/victordurco/api-my-wallet>
# In another folder, clone this repository
$ git clone <https://github.com/victordurco/my-wallet>
# Access the project folder cmd/terminal
$ cd my-wallet
# Install the dependencies
$ npm install
# Compile the code
$ npm run build
# Run the application
$ npm start
# The server will automatically start at localhost:3000/ on your favorite browser