Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.63 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.63 KB

💰 MyWallet

MyWallet is an application that came to help their users to keep tracking their incomes and outcomes!! It is a digital Wallet!
In this application users can add their incomes and outcomes with a brief description and check their total amount left in real time! It is an easy and simple way to organise finances with no stress!

🔹🔹About

This is an web application where people can add their incomes and expenses and keep it on track. Below are the implemented features:

  • Sign Up
  • Sign In
  • Home page showing the updated statement
  • Add income
  • Add outcome
  • Edit or delete income
  • Edit or delete outcome

🔹🔹Technologies

🔹🔹How to run

  1. Clone this repository
  2. Clone the back-end repository at https://github.com/jumeneguete/mywallet-back-end
  3. Follow instructions to run back-end at https://github.com/jumeneguete/mywallet-back-end
  4. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, review your life decisions)