xjamundx / exchange-rate

Sample code for learning redux with hooks by creating an exchange rate calculator
51 stars 45 forks source link

Currency Exchange Calculator

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

Setup

yarn or npm install

Run It

yarn start or npm start


Updates


This app was built using Create React App.