An open API service indexing awesome lists of open source software.

https://github.com/andresdmdev/crypto-api

Cryptocurrency - Ticker symbol and price
https://github.com/andresdmdev/crypto-api

css html javascript reactjs redux-toolkit sass

Last synced: about 2 months ago
JSON representation

Cryptocurrency - Ticker symbol and price

Awesome Lists containing this project

README

          

# Cryptocurrency API with React.js

crypto

This app shows a list of cryptocurrencies from CoinGecko platform with its actual market price. When It does a request to the CoinGecko API, it sorts data from highest to lowest price, with a sort method. Besides, It calls each element of the array, with a map method, mounting every component with its props.

+ Stack used for this project
+ Node.js and NPM for JavaScript runtime environment and package management.
+ React.js as a Front-End library to build interactive user interfaces. I used state Hooks to store data from the api and handle conection errors.
+ Axios library to handle asynchronous REST API requests using useEffect Hook.
+ SaSS for styles and HTML5 for the layout.

### [DEMO](https://andresmfdev.github.io/crypto-api/)