Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 842 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 842 Bytes

Currency Exchange Calculator

A simple currency exchange calculator built to demonstrate using redux with react hooks.

On this [repo] I am working on an additional practical understanding of the work of "redux" state managament. I will use a simple "Currency exchange calculator" application that automatically calculates that value through different currencies upon your input, simple UI, clean css/js.


ratesMxn ratesYp ratesGB

Setup

yarn or npm install

Run It

yarn start or npm start