Skip to content

keithrpotempa/currency-converter-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Overview

This currency conversion app was inspired by this code challenge. It was intended as an exercise in familiarizing myself with Redux and React Redux.

See it live here. Please note, there is an hourly limit to the number of api calls on a free account.

Technologies Used

Local Development

If you want to clone, fork, or modify this project:

  1. Clone:
    git clone git@github.com:keithrpotempa/currency-converter-redux.git && cd $_
    
  2. Build dependencies:
    yarn
    
  3. Get a free api key here
  4. Create a .env.local file at the root of the project with this:
    REACT_APP_API_KEY=YOURKEYHERE
    
  5. Run the application in development mode
    yarn start
    
  6. Open http://localhost:3000 to view it in the browser.

About

Currency Conversion React App built as a practice exercise to learn Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published