Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.35 KB

README-en.md

File metadata and controls

54 lines (39 loc) · 2.35 KB

Version README English

Project

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

Development

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.

Used in development

  • axios react-icons moment polished react-modal

How to run front-end

[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)

Video Preview (Youtube)

Watch the video

You can also run it on your machine:

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts you can run

yarn install yarn start yarn build