A cryptocurrency tracker built using the React
, Redux
framwork and deployed using Netlify
. This app tracks the prices and provides real-time news or updates on the various crypotcurrencies used globally.
-
For the architecture of the platform, I decided to use
Redux
together withReact
as it was more suitable for storing long-term data for the prices. -
Offered better performance so prices can be tracked over shorter timeframes. It was better to isolate the components and only render ones that are required when the prices change.
-
Then, I designed the dashboard of the application and used some
HTML
,CSS
for the implementation. I used multiple APIs powered by https://rapidapi.com for the price data and deployed the application to the cloud usingNetlify
(free version).
Try the application at: https://amzhy-crypto-tracker.netlify.app/