Skip to content

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. πŸš€

Notifications You must be signed in to change notification settings

DevMaverickMB/cryptoSphere-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Cryptosphere Marketplace

🌐LIVE

πŸ“Œ 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


πŸš€ 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:

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


🀝 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!

About

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. πŸš€

Topics

Resources

Stars

Watchers

Forks