/my-wallet-frontend

My Wallet is a financial manager to help you to track your expenses and incomes

Primary LanguageJavaScript

My Wallet

📕 Summary


About

My Wallet is a financial manager to help you to track your expenses and incomes.

Try it!

Features

  • Sign Up
  • Sign In
  • List financial events
  • Add expense
  • Add revenue

Technologies


How to run

requirements
  • Node JS

    https://nodejs.org/en/
  • Yarn or Npm

    https://yarnpkg.com/
  • My Wallet Back-end to handle requests

    See https://github.com/mrcs22/my-wallet-backend

# Clone this repo by running
$ git clone https://github.com/mrcs22/my-wallet-frontend
# or use download option.

# Change to the project directory
$ cd my-wallet-frontend

# Provide the API url in the .env file

# Install the dependencies by running
$ yarn or npm install

# Run the project using
$ yarn start or npm run start

# Optionally you can build the project by running
$ yarn build or npm run buld