Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tushar-indurjeeth/bitcoin-ticker
- Owner: Tushar-Indurjeeth
- License: mit
- Created: 2021-04-07T11:45:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T13:09:56.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T00:12:26.859Z (2 months ago)
- Topics: heroku-deployment, material-ui, react, react-query, styled-components, typescript
- Language: TypeScript
- Homepage: https://bitcoin-ticker09.herokuapp.com/
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).