Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tushar-indurjeeth/bitcoin-ticker

A simple website that displays the value of Bitcoin in different fiat currencies.
https://github.com/tushar-indurjeeth/bitcoin-ticker

heroku-deployment material-ui react react-query styled-components typescript

Last synced: 9 days ago
JSON representation

A simple website that displays the value of Bitcoin in different fiat currencies.

Awesome Lists containing this project

README

        

# Bitcoin Ticker
A simple website that displays the value of Bitcoin in different fiat currencies.
Built using [React](https://reactjs.org/), [TypeScript](https://www.typescriptlang.org/) and [Styled Components](https://styled-components.com/).

## Live demo
[https://bitcoin-ticker09.herokuapp.com/](https://bitcoin-ticker09.herokuapp.com/)

## How it works
- The data is pulled from the [Exchange Rates API](https://www.blockchain.com/api/exchange_rates_api)
- You can use select a currency available to view the value of Bitcoin in that currency.

## Built using
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Styled Components](https://styled-components.com/)
- [React Query](https://react-query.tanstack.com/)
- [Material UI](https://material-ui.com/)

## API Used
[Exchange Rates API](https://www.blockchain.com/api/exchange_rates_api)

## Platform
Hosted through [Heroku](https://www.heroku.com/).

## License
Code released under the [MIT License](https://github.com/Tushar-Indurjeeth/Bitcoin-Ticker/blob/c52fcfad5bad7510bcb51bc29c3ce8a838325e97/LICENSE).