A simple currency exchange calculator built to demonstrate using redux with react hooks.
yarn
or npm install
yarn start
or npm start
import { fetch } from "./lib/fetch";
to the top of api.js. This update also includes error handling that will log the message from the API and avoid showing the react crash screen.This app was built using Create React App.