Crypto check
Cryptocurrency monitoring platform using React, TypeScript, CoinGecko API, Chart.JS and ReduxToolkit
In the header-e implemented onbar, search with debounce and the choice of the main currency on the site (cryptocurrency price will be displayed in it). Pages of the site:
HomePage - the main page with the list of the fastest growing and falling currencies
+ CoinList - an adaptive table containing all available currencies in the API, the list is broken into pages for 50 currencies for each
+ CoinPage - a currency page with all available information from API
In the Overview point, the graphic implemented using ChartJS, with the ability to scale, change time intervals and displayed information.
In the Markets point a table is created with the markets on which currency is traded, the table can be sorted by 5 points.
In the Conversion Point, a currency converter calculator is implemented
In the header-e implemented onbar, search with debounce and the choice of the main currency on the site (cryptocurrency price will be displayed in it). Pages of the site:
HomePage - the main page with the list of the fastest growing and falling currencies
+ CoinList - an adaptive table containing all available currencies in the API, the list is broken into pages for 50 currencies for each
+ CoinPage - a currency page with all available information from API
In the Overview point, the graphic implemented using ChartJS, with the ability to scale, change time intervals and displayed information.
In the Markets point a table is created with the markets on which currency is traded, the table can be sorted by 5 points.
In the Conversion Point, a currency converter calculator is implemented