Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



logo


Crypto Prices

netlify

## 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).