My Wallet

About

  • Front end Development Project
  • App to control your finances
  • Access the back end repository here

Features

  • Sign up
  • Sign in
  • list all account entries and exits
  • Register an account entry
  • Register an account exit

Technologies

How to run

  1. Clone this repository
git clone git@github.com:kethlynsara/projeto13-mywallet-front.git
  1. Install dependencies
npm i
  1. Run the application
npm start