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. π
- Host: GitHub
- URL: https://github.com/devmaverickmb/cryptosphere-marketplace
- Owner: DevMaverickMB
- Created: 2025-02-13T05:27:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T07:09:26.000Z (over 1 year ago)
- Last Synced: 2025-02-13T07:20:09.672Z (over 1 year ago)
- Topics: coingecko-api, css, google-charts, html, javascript, react-router, reactjs, vite
- Language: JavaScript
- Homepage: https://cryptosphere-marketplace.netlify.app
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!