Skip to content

simple budget app to control expenses with currency converter made with react and redux

Notifications You must be signed in to change notification settings

biancaoura/project-trybewallet

Repository files navigation

Trybewallet Project

Goals

Develop a personal finance application:

Login page:

  • Login with valid e-mail and password
  • Redirect to /carteira

Wallet page:

Header component:

  • Display user's e-mail
  • Display total expenses in BRL

Form component:

  • Input fields:
    • add expense value;
    • choose currency;
    • choose payment method;
    • add a tag;
    • write a description.

Table component:

  • Display a list of expenses with the information provided, plus:
    • exchange rate (when expense was added to the list);
    • converted value;
    • conversion currency;
    • edit and delete options.

Test cases using Jest with React Testing Library

First project using Redux

using API: https://economia.awesomeapi.com.br

Check it out!

Project developed with React and Redux

/tests/helpers files provided by Trybe

About

simple budget app to control expenses with currency converter made with react and redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •