MyWallet


uses-react

About The Project

MyWallet is kind of a Bank App, made it in React and Node.JS, to track your daily incomes and outcomes.

TrackIt GIF

Main functionalities

  • Register/Sign up
  • Login/Sign in
  • Show your transactions and balance
  • Add new incomes or outcomes

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run the UI with
npm run start
  1. Finally access http://localhost:5000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)

Carlos Casanova