A website for financial control, showing the summary of expenses, earnings and the current value
- Add a debit transaction
- Add a credit transaction
- Automatic calculation of expenses, earnings and the remaining amount
- Possibility to categorize the origin of expenses and earnings
- Automated tests
Mobile: TypeScript, React, React Modal, Styled Components, Axios, MirageJS, Polished, Jest
Clone the project
git clone https://github.com/Gabriel-Passoss/dt-money.gitEnter the project directory
cd dt-moneyInstall the dependencies
yarnLaunch the app
yarn start