Cryptoverse ₿💰🤑
Cryptoverse is a React web application that displays real-time data about various Cryptocurrencies 💰. It allows users to search for specific coins, view detailed information, and explore the top 100 coins based on market capitalization in multiple currencies.
To run this project, you need to have Node.js and npm installed on your system.
- Clone the repository:
git clone https://github.com/HamzaZaidiX/cryptoverse.git
- Install dependencies:
npm install
- Start the development server:
npm start
- Displays the top 100 cryptocurrencies based on market capitalization.
- Allows users to search for specific coins.
- Displays detailed information about each coin, including realtime Price, 24H change, Market cap, and more.
- Supports multiple currency conversions like (PKR, USD, EURO, INR)
src/components
: Contains React components for different sections of the application.src/context
: Contains the context provider for managing global state.src/App.js
: The main component that renders the application.src/index.js
: The entry point of the application.
Cryptoverse uses the CoinGecko API to fetch real-time cryptocurrency data. You can find the API documentation at CoinGecko Api.
This project is licensed under the MIT License.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
Cryptoverse was created by Hamza Zaidi.