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
- π 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.
- Frontend: React, Vite, React Router
- State Management: React Context API
- Styling: CSS
- Data Source: CoinGecko API
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).
Pull requests are welcome! If you'd like to contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a Pull Request
Milind Bhushan
(DevMaverickMB)
Feel free to modify and personalize it as needed!