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
- Host: GitHub
- URL: https://github.com/gricar/trybewallet
- Owner: gricar
- Created: 2022-11-11T18:34:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T18:42:05.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T03:18:38.820Z (7 months ago)
- Topics: actions, async-await, dispatch, reactjs, reducers, redux-store, redux-thunk
- Language: JavaScript
- Homepage: https://gricar.github.io/trybewallet/
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.