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;
- Create a
Redux store
(reducers
,actions
,dispatchers
) in React applications Connect
Redux to React components- Create
asynchronous actions
in your React application that makes use of Redux.