https://github.com/dev-emekaa/crypthive
Track all your favorite cryptocurrencies. Get Real-Time In-depth Chart Analysis and the latest crypto news and metrics worldwide. CryptHive is the best Crypto site for accurate and real-time data on all your favorite Cryptocurrencies. Built with React, SaSS, AntD, Chart-js, Redux, and Rapid API.
https://github.com/dev-emekaa/crypthive
antd chartjs rapid-api reactjs redux rtk-query sass
Last synced: about 2 months ago
JSON representation
Track all your favorite cryptocurrencies. Get Real-Time In-depth Chart Analysis and the latest crypto news and metrics worldwide. CryptHive is the best Crypto site for accurate and real-time data on all your favorite Cryptocurrencies. Built with React, SaSS, AntD, Chart-js, Redux, and Rapid API.
- Host: GitHub
- URL: https://github.com/dev-emekaa/crypthive
- Owner: dev-emekaa
- Created: 2024-04-09T11:50:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T13:03:46.000Z (about 2 years ago)
- Last Synced: 2025-08-03T06:25:48.628Z (10 months ago)
- Topics: antd, chartjs, rapid-api, reactjs, redux, rtk-query, sass
- Language: JavaScript
- Homepage: https://crypt-hive.vercel.app
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CryptHive
The best site to get all analyse cryptocurrencies, keep track of their metrics and get access to latest crypto news globally

## Technologies Used
- React
- Sass
- AntD
- Chart-JS
- Redux
- Rapid-API
- Millify
- moment.js
- dotenv
- HTMLReactParser
#### Data Protection
I ued `dotenv` to secure my sensitive firebase configuration data. I created a `envSample` file to show you how you should set up your own `.env` file.
**Live Site** » [CryptHive Site](https://crypt-hive.vercel.app/)
## Development
To get a local copy of the code, clone it using git:
```
git clone https://github.com/techy-savant/CryptHive.git
cd CryptHive
```
Install dependencies:
```
npm install
```
Now, you can start a local web server by running:
```
npm run dev
```
#### Available Scripts
| Script | Description |
| ------------- | ----------------------------------------------------------------------- |
| npm run dev | Runs the app in the development mode. |
| npm run build | Builds the app for production to the `build` folder. |