An open API service indexing awesome lists of open source software.

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.

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

![CryptHive](https://github.com/techy-savant/CryptHive/assets/108519575/668cf5fb-4c1f-4ccf-97b7-1aac935877f9)

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