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.
- 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.
- Javascript, Reactjs, HTML, CSS, Axios, CoinGecko API.
-
Fork this repository, then clone your fork of this repository.
-
Install dependencies using the
npm install
command. -
Start the web server using the
npm start
command. The app will be served at [http://localhost:8080/](http://localhost:8080/. -
Go to http://localhost:8080/ in your browser.
- 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"