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!
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
- React.js
- React-router
- Styled-components
- Axios
- Dayjs
- Ion-Icons
- Loader Spinner
- Clone this repository
- Clone the back-end repository at https://github.com/AbellasJuan/BackEnd-MyWallet-LayeredArchitecture and follow the instructions to run
- Install dependencies
npm i
- Run with
npm start
- You can optionally build the project running
npm run build
- Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer)