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

https://github.com/leye195/crypto-currency-tracker

Coin Tracker with Coinpaprika
https://github.com/leye195/crypto-currency-tracker

react react-router typescript

Last synced: 3 months ago
JSON representation

Coin Tracker with Coinpaprika

Awesome Lists containing this project

README

        

# CryptoCap Tracker

![image](https://user-images.githubusercontent.com/30601503/144264068-a964b64f-a64b-4999-b62e-f84b18b66e17.png)

## Stack

- react
- typescript
- react-router, react-router-dom
- styled-component
- react-query
- apexcharts

## Screens

- [x] Home
- [x] Coin Detail
- [x] Chart
- [x] Price
- [x] Markets
- [x] Tweets
- [x] Search
- [x] Exchange Detail
- [x] News

## Get Started

### install dependencies

```bash
yarn install
# or yarn
```

### start

```
yarn start
```

### build

```bash
yarn build
```

### run build

```bash
# yarn global add serve
serve -s build
```