Skip to content

To consolidate my React.js skills, I built this application that fetches and displays data from the CoinGecko API, offering insights into top cryptocurrencies' market capitalization, current price, and price change percentage. Explore seamless navigation through the list of leading coins to deepen understanding of React concepts.

Notifications You must be signed in to change notification settings

debiB/Crypto-Tracker-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto-Tracker-

This website is a simple application that fetches data from the CoinGecko API to display information about the top cryptocurrencies.

Features

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

Technologies Used

  • React.js: A JavaScript library for building user interfaces.
  • CoinGecko API: An open-source cryptocurrency data provider.

Getting Started

To run the application locally, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd coingecko-top-coins-website
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your web browser and visit http://localhost:3000 to view the application.

Usage

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

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure that the code passes any existing tests.
  4. Test your changes thoroughly.
  5. Commit your changes and push to your forked repository.
  6. Open a pull request with a detailed description of your changes.

a664da2ae310392e68d3e2c470e2a6b3b024b73a

About

To consolidate my React.js skills, I built this application that fetches and displays data from the CoinGecko API, offering insights into top cryptocurrencies' market capitalization, current price, and price change percentage. Explore seamless navigation through the list of leading coins to deepen understanding of React concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published