Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgknbtl/react-crypto-tracker
A react app that helps you tracking cryptocurrencies.
https://github.com/dgknbtl/react-crypto-tracker
coingecko crypto cryptocurrency react reactjs redux-toolkit tracker
Last synced: 4 days ago
JSON representation
A react app that helps you tracking cryptocurrencies.
- Host: GitHub
- URL: https://github.com/dgknbtl/react-crypto-tracker
- Owner: dgknbtl
- License: mit
- Created: 2023-04-12T19:15:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-22T22:19:19.000Z (over 1 year ago)
- Last Synced: 2023-11-01T23:26:10.995Z (about 1 year ago)
- Topics: coingecko, crypto, cryptocurrency, react, reactjs, redux-toolkit, tracker
- Language: TypeScript
- Homepage: https://dogukanbatal.github.io/react-crypto-tracker/
- Size: 1.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screen Recording 2023-04-23 at 00 21 06 (1)](https://user-images.githubusercontent.com/10329339/233807808-80a9d155-5882-444d-819c-c139b5be969d.gif)
# React Crypto Tracker
A simple React application to track cryptocurrency prices using the [CoinGecko](https://www.coingecko.com/en/api) API.[Demo](https://dogukanbatal.github.io/react-crypto-tracker/).
## Clone
```
git clone https://github.com/dogukanbatal/react-crypto-tracker.git
cd react-crypto-tracker
```## Installation
```
npm install
```## Usage
```
npm start
```The app will be served at `http://localhost:3000`.
## Technologies
```
React
Redux Toolkit
Typescript
Axios
React Bootstrap
SASS
```