Skip to content

An application for converting currencies into their bitcoin value.

Notifications You must be signed in to change notification settings

ekundayo-ab/bitcoin-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Converter

An application for converting currencies into their bitcoin value. View it live here https://react-bitcoin-converter.netlify.com

Basic Information View

Basic Info

Choose Currencies View

Choose Currencies

Conversions View

Conversions

Requirements

Installation

  • Clone this repository git clone https://github.com/ekundayo-ab/react-bitcoin-converter
  • cd into project directory on the terminal cd react-bitcoin-converter
  • Install dependencies npm install

Running the Application

  • To run project do npm start
  • To build for production do npm run build

Notes

One could fetch the exchange rates for multiple currencies directly but that is not the case in this implementation because the endpoint is restricted to enterprise users on the bitcon average platform. So, the current rates in comparison to 1 dollar is first gotten, the rates for a single conversion of BTC to USD is also gotten, this is then used to calculate the conversions for other currencies.

About

An application for converting currencies into their bitcoin value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published