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
- Host: GitHub
- URL: https://github.com/andresdmdev/crypto-api
- Owner: andresdmdev
- Created: 2022-04-26T19:52:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T20:23:46.000Z (over 2 years ago)
- Last Synced: 2025-01-05T16:13:49.175Z (over 1 year ago)
- Topics: css, html, javascript, reactjs, redux-toolkit, sass
- Language: JavaScript
- Homepage:
- Size: 7.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptocurrency API with React.js

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/)