MyWallet is kind of a Bank App, made it in React and Node.JS, to track your daily incomes and outcomes.
- Register/Sign up
- Login/Sign in
- Show your transactions and balance
- Add new incomes or outcomes
- Clone this repository
- Install dependencies
npm i
- Run the UI with
npm run start
- Finally access http://localhost:5000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)