This website is a simple application that fetches data from the CoinGecko API to display information about the top cryptocurrencies.
- Displays information about the top cryptocurrencies based on market capitalization.
- Provides details such as name, symbol, current price, and price change percentage for each coin.
- Allows users to navigate through the list of top coins.
- React.js: A JavaScript library for building user interfaces.
- CoinGecko API: An open-source cryptocurrency data provider.
To run the application locally, follow these steps:
-
Clone the repository:
git clone <repository-url>
-
Navigate to the project directory:
cd coingecko-top-coins-website
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your web browser and visit
http://localhost:3000
to view the application.
- Upon opening the website, you will see a list of top cryptocurrencies displayed.
- Each cryptocurrency card provides information such as name, symbol, current price, and price change percentage.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the code passes any existing tests.
- Test your changes thoroughly.
- Commit your changes and push to your forked repository.
- Open a pull request with a detailed description of your changes.
a664da2ae310392e68d3e2c470e2a6b3b024b73a