/desafio-gostack-fundamentos-reactjs

Desafio do curso Gostack 11 da Rocketseat

Primary LanguageTypeScript

GoFinances

What it is about

GoFinance is a financial web aplication that allows you to visualize your money balance. You can upload your balance information using a CSV file and visualize your income and outcome divided in categories.

This app was developed during the course GoStack, by Rocketseat.

What it was build with

GoFinance is a ReacJs aplication that uses a back-end in NodeJs. Both use Typescript. You can check the back-end app here

It was build using "create-react-app" and it uses Axios for API comsumption, React Router for page navigation, React Dropzone to create the upload area and Styled Components for managing CSS.