https://github.com/harundogdu/cryptoverse
It is a platform where the cryptos I developed using "React" and "rapidApi" are listed, followed, and you can access the details and news about them.
https://github.com/harundogdu/cryptoverse
rapidapi reactjs redux redux-toolkit
Last synced: about 2 months ago
JSON representation
It is a platform where the cryptos I developed using "React" and "rapidApi" are listed, followed, and you can access the details and news about them.
- Host: GitHub
- URL: https://github.com/harundogdu/cryptoverse
- Owner: harundogdu
- Created: 2022-01-20T21:04:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T21:04:18.000Z (over 3 years ago)
- Last Synced: 2025-01-26T13:41:46.066Z (4 months ago)
- Topics: rapidapi, reactjs, redux, redux-toolkit
- Language: CSS
- Homepage: https://cryptoversehd.vercel.app/
- Size: 567 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React.js + RapidAPI ile Cryptoverse
Bu proje [Create React App](https://github.com/facebook/create-react-app), [RapidAPI](https://rapidapi.com/) kullanılarak geliştirdiğim kriptoların listelendiği takip edilebildiği, detaylarına ve hakkındaki haberlere ulaşabildiğiniz bir platformdur.
## Kullanılan Paketler
- @reduxjs/toolkit
- antd
- chart.js
- react-chartjs-2
- html-react-parser
- millify
- moment
- react-router-dom
- react-redux
## Kurulum
İlk olarak aşağıdaki komutu kopyalanız.
Ardından terminal ekranını açarak, projenin kurulmasını istediğiniz bir alana gelerek yapıştırıp çalıştırınız.
```
git clone https://github.com/harundogdu/cryptoverse.git
```
Klonlama işleminin ardından terminal ekranına istediğiniz projenin adını yazarak, aşağıda bulunan kodu yapıştırıp çalıştırınız.
```
cd cryptoverse && npm install
```
## Çalıştırma
Proje dizininde aşağıdaki komutu çalıştırarak projemizi başlatabiliriz.
#### `yarn start`
Uygulamayı geliştirme modunda çalıştırır.\
Projeyi tarayıcıda görüntülemek için [http://localhost:3000](http://localhost:3000) adresini açar.
Düzenleme yaparsanız sayfa yeniden yüklenir.\
Herhangi bir hata veya log kaydını da anlık olarak konsol ekranında görebilirsiniz.
## Daha fazlası
Daha fazlası ve aklınıza takılan herhangi bir soru için için bana kişisel [web sitem](https://harundogdu.com/) üzerinden ulaşabilir, "Pull Request" isteklerinde bulunabilirsiniz.