Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.38 KB

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"