Front-end application that implements a virtual wallet. Feel free to test or use it.
I also made the API for this Web App, if you are interested follow this link: My API Link
To use this project on your machine, follow these steps:
Clone this repository to your terminal:
git clone https://github.com/AleFreitas/projeto14-mywallet-back/edit/master/README.md
run this command on your terminal to install all packages
npm i
start testing
npm start
The application has been deployed on Vercel. You can access it using the following link: MyWallet Deployment
- User can sign-up
- User can sign-in
- User can see all of his account transactions
- User can make new entries on his account
- User can make withdrawals from his account.