An open API service indexing awesome lists of open source software.

https://github.com/gricar/trybewallet

Real-time currency converter spending control wallet
https://github.com/gricar/trybewallet

actions async-await dispatch reactjs reducers redux-store redux-thunk

Last synced: about 1 month ago
JSON representation

Real-time currency converter spending control wallet

Awesome Lists containing this project

README

          

Welcome to TrybeWallet Project πŸ’ΈπŸ¦

### Description
To develop a real-time currency converter spending control wallet. This application allows the user to:

- Add, remove and edit an expense;

- View a tables with your expenses;

- View total spend converted to a currency of choice;

### Skills:

1. Create a `Redux store` (`reducers`, `actions`, `dispatchers`) in **React** applications
2. `Connect` Redux to React components
3. Create `asynchronous actions` in your React application that makes use of Redux.