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
- Host: GitHub
- URL: https://github.com/leye195/crypto-currency-tracker
- Owner: leye195
- Created: 2021-11-17T13:48:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T13:25:57.000Z (over 3 years ago)
- Last Synced: 2025-02-06T23:31:28.898Z (4 months ago)
- Topics: react, react-router, typescript
- Language: TypeScript
- Homepage: https://tender-cori-51e93e.netlify.app/
- Size: 390 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoCap Tracker

## 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
```