Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashiirk/crypto-prices
Find live cryptocurrency prices
https://github.com/shashiirk/crypto-prices
cryptocurrencies react styled-components
Last synced: 12 days ago
JSON representation
Find live cryptocurrency prices
- Host: GitHub
- URL: https://github.com/shashiirk/crypto-prices
- Owner: shashiirk
- License: mit
- Created: 2021-06-15T10:01:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T15:00:00.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T15:55:59.595Z (2 months ago)
- Topics: cryptocurrencies, react, styled-components
- Language: JavaScript
- Homepage: https://the-crypto-prices.netlify.app
- Size: 607 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Crypto Prices## Description
An application that fetches the live prices of cryptocurrencies and displays it to the user with a stunning User Interface.
## Preview
![preview](https://user-images.githubusercontent.com/48406108/160145885-78c74842-7e3e-4492-a8ea-0425e3539e57.png)
## Live Demo
See it live [here](https://the-crypto-prices.netlify.app).
## Features
- Displays cryptocurrenies in a tabular form
- Data can be sorted based on different attributes
- Shows more information about a coin
- Client-side routing
- Custom error page
- Pagination## Installation
Clone this repository to your local machine
```
$ git clone https://github.com/shashiirk/crypto-prices.git
```Install all the dependencies
```
$ npm install
```Start the application
```
$ npm start
```## Tools
- [React](https://reactjs.org)
- [React Router](https://reactrouter.com)
- [Create React App](https://create-react-app.dev)
- [Styled Components](https://styled-components.com)
- [CoinGecko API](https://www.coingecko.com/en/api)## Credits
- Project inspiration from [this](https://youtu.be/9ohK7CapmIs) YouTube video.
- Design inspired (almost copied) from [Coinbase](https://www.coinbase.com/price) prices dashboard.## Licence
This project is licensed under [MIT](./LICENSE).