Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.04 KB

My Wallet

An easy to use financial manager. Track your revenues and expenses to learn how you spend your money and know all the time how much you have.

myWallet

Try it out now at https://front-my-wallet-ten.vercel.app/ -- backend offline! :(

Back-end repository at https://github.com/Notye1K/MyWallet_Back

About

This is an web application with which lots of people can manage their own expenses and revenues. Below are the implemented features:

  • Sign Up
  • Login
  • List all financial events for a user
  • Add expense
  • Add revenue
  • Edit events
  • Delete events

By using this app any user can learn how they've been using their money and always keep track of your balance.

Technologies

The following tools and frameworks were used in the construction of the project:

react; create-react-app; styled-components; axios; react-router-dom;

How to run

  1. Clone this repository
  2. Install dependencies

npm i

  1. Open it

npm run start