Version README English
Control your finances through this application, add your cash flow and easily have a view of everything with a friendly interface. Despite being a simple project, it can bring several benefits to your financial health. We all know the importance of financial organization, but few actually do it. Access the Mobile version through this repository
In development, several technical tools were used: Function Components as standard, Context API to control transactions, API get/post in the Transactions table (Simulated a Fake API with MirageJS), with the use of Storage to save changes when reloading the page. All this with Typescript for greater control over the variables in the application. Also developed a mobile apk with React Native.
axios
react-icons
moment
polished
react-modal
[Access link here] (dt-money-one.vercel.app) to visualize this project build.
Or utilize commands yarn install
&& yarn start
in the folder of this repository. (npm install --legacy-peer-deps
&& npm start
)
You can also run it on your machine:
This project was bootstrapped with Create React App.
yarn install
yarn start
yarn build