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

https://github.com/devmaverickmb/cryptosphere-marketplace

Cryptosphere Marketplace is a cryptocurrency tracking platform providing real-time price updates, interactive charts, and market insights. Users can analyze trends, switch between currencies, and stay informed with CoinGecko-powered data. πŸš€
https://github.com/devmaverickmb/cryptosphere-marketplace

coingecko-api css google-charts html javascript react-router reactjs vite

Last synced: about 2 months ago
JSON representation

Cryptosphere Marketplace is a cryptocurrency tracking platform providing real-time price updates, interactive charts, and market insights. Users can analyze trends, switch between currencies, and stay informed with CoinGecko-powered data. πŸš€

Awesome Lists containing this project

README

          

# Cryptosphere Marketplace
[🌐LIVE](https://cryptosphere-marketplace.netlify.app)

## πŸ“Œ Overview
**Cryptosphere Marketplace** is a powerful cryptocurrency tracking platform designed for enthusiasts, traders, and investors. The application provides real-time price updates, interactive historical charts, and market insights for various cryptocurrencies. Users can seamlessly switch between different currencies (USD, EUR, INR) and analyze trends with visually appealing data representations.

πŸ”— **Live Demo:** [Cryptosphere Marketplace](https://cryptosphere-marketplace.netlify.app)

---

## πŸš€ Features
- πŸ“ˆ **Live Cryptocurrency Prices**: Get real-time price updates for various cryptocurrencies.
- πŸ“Š **Interactive Charts**: View historical data with visual charts.
- πŸ’± **Currency Conversion**: Switch between USD, EUR, and INR seamlessly.
- πŸ” **Search Functionality**: Easily find cryptocurrencies by name.
- πŸ“‘ **API Integration**: Fetches data from the CoinGecko API.

---

## πŸ› οΈ Tech Stack
- **Frontend:** React, Vite, React Router
- **State Management:** React Context API
- **Styling:** CSS
- **Data Source:** CoinGecko API

---

## πŸ“Œ API Usage
This project uses the **CoinGecko API** to fetch cryptocurrency data. If you want to use a different API key, modify the API key in the `CoinContext` file:

```js
const options = {
method: "GET",
headers: {
accept: "application/json",
"x-cg-demo-api-key": "YOUR_API_KEY_HERE",
},
};
```

(You can replace `YOUR_API_KEY_HERE` with your own key from [CoinGecko](https://www.coingecko.com/)).

---

## 🀝 Contributing
Pull requests are welcome! If you'd like to contribute:
1. Fork the repository
2. Create a feature branch (`git checkout -b feature-branch`)
3. Commit your changes (`git commit -m 'Add new feature'`)
4. Push to the branch (`git push origin feature-branch`)
5. Create a Pull Request

---

## πŸ‘¨β€πŸ’» Author
**Milind Bhushan**
(DevMaverickMB)

Feel free to modify and personalize it as needed!