Skip to content

This is a single page React app for converting between currencies.

Notifications You must be signed in to change notification settings

TheCountOfPeru/reactcurrencyconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Currency Converter

This is a single page React app for converting between currencies. It uses Tailwind CSS for the style and uses the https://freecurrencyapi.net/ api to get data about currency rates. It does not use a API to convert between currencies as the freecurrencyapi made that a paid feature recently. I did not host this on github pages as it would expose the API key.

Get Started

Create a .env file in the root of the project. Add the line REACT_APP_KEY= to the file. Create and account at https://freecurrencyapi.net/. Copy the api key given to you into the REACT_APP_KEY=api here. Run the command npm start to start the app in your browser. Your browser should open a page at http://localhost:3000/.

Screen Shots

1

1

About

This is a single page React app for converting between currencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published