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
- Edit or delete income
- Edit or delete outcome
- React.js
- React-router
- Styled-components
- Axios
- Dayjs
- Ion-Icons
- Loader Spinner
- API from https://github.com/jumeneguete/mywallet-back-end
- Clone this repository
- Clone the back-end repository at https://github.com/jumeneguete/mywallet-back-end
- Follow instructions to run back-end at https://github.com/jumeneguete/mywallet-back-end
- Install dependencies
npm i
- Run the front-end 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. In this case, review your life decisions)