An awesome crypto dashboard to look for crypto data
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
There are many crypto dashboards out there, but I wanted to build one of my own with actual functionality so this is the result. It can look for top cryptos, specific ones and show information about them. Also it has a news tab with some news about crypto brought by bing.
This section should list any major frameworks/libraries used to build this project.
To get a local copy up and running follow these simple example steps.
First of all you need the package manager NPM, to install it use the command below:
- npm
npm install npm@latest -g
- Get a free API Key at https://rapidapi.com for CoinRanking and Bing Search
- Clone the repo
git clone https://github.com/feliperucunha/crypto-data.git
- Install NPM packages
npm install
- Enter your API in
.envREACT_APP_RAPIDAPI_KEY = 'ENTER YOUR API' REACT_APP_CRYPTO_API_URL = 'ENTER YOUR API' REACT_APP_NEWS_API_URL = 'ENTER YOUR API' REACT_APP_NEWS_RAPIDAPI_HOST = 'ENTER YOUR API' REACT_APP_CRYPTO_RAPIDAPI_HOST = 'ENTER YOUR API'
The home page has some top information about coins and some news. This dashboard is pretty straight forward. You can access anything through the navbar and click on any card to see the specific details about a coin. You can also check the news on the news tab.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Felipe Cunha