Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.07 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.07 KB

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.

Installation

To run this project, you need to have Node.js and npm installed on your system.

  1. Clone the repository:
git clone https://github.com/HamzaZaidiX/cryptoverse.git
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Features

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

Screenshots:

screenshot screenshot (2) screenshot (1)

Code Structure

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

API

Cryptoverse uses the CoinGecko API to fetch real-time cryptocurrency data. You can find the API documentation at CoinGecko Api.

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

Author

Cryptoverse was created by Hamza Zaidi.