Skip to content

A React Crypto Market App that uses the CoinGecko API to filter the top 100 cryptocurrencies by market cap.

Notifications You must be signed in to change notification settings

adamm13/crypto-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Market Cap

This React App was built using the CoinGecko API and displays the top 100 cryptocurrencies live by market cap. Users can also see the coins current real-time price, volume, increase/ decrease on the day, and the all time high. This tutorial was followed to strengthen use of axios and react hooks.


Screenshots


Features

  • Simple search bar which filters the coins by name (not case sensitive).
  • Clean "dark-mode" user interface makes it easy to read the data.
  • This Extension can be added to the navigation bar of the users Chrome browser.

Tech Used

  • Javascript, Reactjs, HTML, CSS, Axios, CoinGecko API.

Installation

  1. Fork this repository, then clone your fork of this repository.

  2. Install dependencies using the npm install command.

  3. Start the web server using the npm start command. The app will be served at [http://localhost:8080/](http://localhost:8080/.

  4. Go to http://localhost:8080/ in your browser.


Dependencies

  • testing-library/jest-dom": "^5.12.0"
  • testing-library/react": "^11.2.6"
  • @testing-library/user-event": "^12.8.3"
  • axios": "^0.21.1"
  • react": "^17.0.2"
  • react-dom": "^17.0.2"
  • react-scripts": "4.0.3"
  • web-vitals": "^1.1.1"

About

A React Crypto Market App that uses the CoinGecko API to filter the top 100 cryptocurrencies by market cap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published