Skip to content

React application for a currency converter. It fetches exchange rates from the Fixer API and allows users to convert between different currencies.

Notifications You must be signed in to change notification settings

sanjayvjacob/currency-converter-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter App

Screenshot

Live site URL

https://sanjayvjacob.github.io/currency-converter-react/

comments

fixer.io api is not responding in gitHub pages. Reason: website is tunning with https and im requesting the api with http, so chrome is blocking the request. fix: add https to the fetch request. also, fixer.io has paid subscription for https. Hence,

  • when using http, app is responding but api not working
  • when using https, app is not responding at all

About

React application for a currency converter. It fetches exchange rates from the Fixer API and allows users to convert between different currencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published